#A8760C

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

Shades of Dark Goldenrod #A8760C

Tints of Dark Goldenrod #A8760C

Color information

#A8760C (or 0xA8760C) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 76 and 0C. RGB value is (168,118,12). Sum of RGB (Red+Green+Blue) = 168+118+12=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8760C is #5789F3. Grayscale: #797979. Windows color (decimal): -5736948 or 816808. OLE color: 816808.

HSL color Cylindrical-coordinate representation of color #A8760C: hue angle of 40.77º 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 #A8760C is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16811812-
CMYK00.300.930.34
HSL40.77º86.67%35.29%-
HSV(B)40.77º92.86%65.88%-
XYZ22.6921.313.26-
YUV120.8766.56161.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.38%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=56.38%
G=39.60%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681181200.300.930.3440.7786.6735.29
HexA876C01E5D22295723
Octal25016614036135425112743
Binary101010001110110110001111010111011000101010011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8760C; }

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

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

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

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

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

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

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

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