#a88a07

Color #A88A07 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A88A07

Tints of Dark Goldenrod #A88A07

Color information

#A88A07 (or 0xA88A07) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 8A and 07. RGB value is (168,138,7). Sum of RGB (Red+Green+Blue) = 168+138+7=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A07 is #5775F8. Grayscale: #848484. Windows color (decimal): -5731833 or 494248. OLE color: 494248.

HSL color Cylindrical-coordinate representation of color #A88A07: hue angle of 48.82º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A88A07 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1681387-
CMYK00.180.960.34
HSL48.82º92%34.31%-
HSV(B)48.82º95.83%65.88%-
XYZ25.2826.523.99-
YUV132.0457.44153.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 53.67%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 7 (3.12% from 255) = 2.24%
R=53.67%
G=44.09%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168138700.180.960.3448.829234.31
HexA88A70126022315c22
Octal2502127022140426113442
Binary101010001000101011101001011000001000101100011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88a07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88a07; }

 p { color: rgb(168,138,7); }

 H1.HeaderClassName
 {
   color: #a88a07;
 }
 .AnyTagClassName
 {
   color: #a88a07;
 }
</style>
background-color css

<style>
 a { background-color: #a88a07; }

 a { background-color: rgb(168,138,7); }

 div.DivClassName
 {
   background-color: #a88a07;
 }
 .BgClassName
 {
   background-color: #a88a07;
 }
</style>
border-color css

<style>
 span { border-color: #a88a07; }

 span { border-color: rgb(168,138,7); }

 td.TdClassName
 {
   border-color: #a88a07;
 }
 .TagClassName
 {
   border-color: #a88a07;
 }
</style>