#A8750C

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

Shades of Dark Goldenrod #A8750C

Tints of Dark Goldenrod #A8750C

Color information

#A8750C (or 0xA8750C) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 75 and 0C. RGB value is (168,117,12). Sum of RGB (Red+Green+Blue) = 168+117+12=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8750C is #578AF3. Grayscale: #787878. Windows color (decimal): -5737204 or 816552. OLE color: 816552.

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

Color convert

RGB16811712-
CMYK00.300.930.34
HSL40.38º86.67%35.29%-
HSV(B)40.38º92.86%65.88%-
XYZ22.5821.073.23-
YUV120.2866.9162.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 12 (5.08% from 255) = 4.04%
R=56.57%
G=39.39%
B=4.04%

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
Decimal1681171200.300.930.3440.3886.6735.29
HexA875C01E5D22285723
Octal25016514036135425012743
Binary101010001110101110001111010111011000101010001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8750C; }

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

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

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

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

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

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

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

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