#A88C0C

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

Shades of Dark Goldenrod #A88C0C

Tints of Dark Goldenrod #A88C0C

Color information

#A88C0C (or 0xA88C0C) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 8C and 0C. RGB value is (168,140,12). Sum of RGB (Red+Green+Blue) = 168+140+12=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88C0C is #5773F3. Grayscale: #868686. Windows color (decimal): -5731316 or 822440. OLE color: 822440.

HSL color Cylindrical-coordinate representation of color #A88C0C: hue angle of 49.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A88C0C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16814012-
CMYK00.170.930.34
HSL49.23º86.67%35.29%-
HSV(B)49.23º92.86%65.88%-
XYZ25.5927.114.23-
YUV133.7859.28152.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 140 (55.08% from 255) = 43.75%
BLUE value IS 12 (5.08% from 255) = 3.75%
R=52.5%
G=43.75%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681401200.170.930.3449.2386.6735.29
HexA88CC0115D22315723
Octal25021414021135426112743
Binary1010100010001100110001000110111011000101100011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C0C; }

 p { color: rgb(168,140,12); }

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

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

 a { background-color: rgb(168,140,12); }

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

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

 span { border-color: rgb(168,140,12); }

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