Color Hex Logo

#a88030 Color Hex

#A88030
(168,128,48)
0 Favorites   0 Comments

Color spaces of #a88030

RGB 16812848
HSL0.110.560.42
HSV40°71°66°
CMYK 0.000.240.71   0.34
XYZ24.401123.97666.1382
Yxy23.97660.44760.4398
Hunter Lab48.96593.261326.8437
CIE-Lab56.06447.158147.5616

#a88030 color RGB value is (168,128,48).

#a88030 hex color red value is 168, green value is 128 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a88030 hue: 0.11 , saturation: 0.56 and the lightness value of a88030 is 0.42.

The process color (four color CMYK) of #a88030 color hex is 0.00, 0.24, 0.71, 0.34. Web safe color of #a88030 is #999933. Color #a88030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 00110000
Octal 250 200 60
Decimal 168 128 48
Hex A8 80 30

RGB Percentages of Color #a88030

%48.84
%37.21
%13.95

CMYK Percentages of Color #a88030

%0
%24
%71
%34

Triadic Colors of #a88030

#a88030 #30a880 #8030a8

Analogous Colors of #a88030

#a88030 #94a830 #a84430

Monochromatic Colors of #a88030

#a88030

Complementary Color

#a88030 #3058a8

#a88030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88030 Color CSS Codes

.mybgcolor {background-color:#a88030; } 
.myforecolor {color:#a88030; }
.mybordercolor {border:3px solid #a88030; }

#a88030 Text Font Color

<p style="color:#a88030">Text here</p>

This sample text font color is #a88030
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a88030 Background Color

<div style="background-color:#a88030">
Div content here</div>

This div background color is #a88030


#a88030 Border Color

<div style="border:3px solid #a88030">
Div here</div>

This div border color is #a88030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,128,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a88030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a88030;
  -webkit-box-shadow: 1px 1px 3px 2px #a88030;
  box-shadow:         1px 1px 3px 2px #a88030; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,128,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a88030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a88030;
  -webkit-box-shadow: 1px 1px 3px 2px #a88030;
  box-shadow:         1px 1px 3px 2px #a88030;">
Div content here</div>

This div box has shadow with color #a88030


Comments

No comments written yet.

Please login to write comment.