#AC740C

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

Shades of Dark Goldenrod #AC740C

Tints of Dark Goldenrod #AC740C

Color information

#AC740C (or 0xAC740C) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 74 and 0C. RGB value is (172,116,12). Sum of RGB (Red+Green+Blue) = 172+116+12=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC740C is #538BF3. Grayscale: #797979. Windows color (decimal): -5475316 or 816300. OLE color: 816300.

HSL color Cylindrical-coordinate representation of color #AC740C: hue angle of 39º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC740C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB17211612-
CMYK00.330.930.33
HSL39º86.96%36.08%-
HSV(B)39º93.02%67.45%-
XYZ23.3321.293.23-
YUV120.8966.55164.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 12 (5.08% from 255) = 4%
R=57.33%
G=38.67%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721161200.330.930.333986.9636.08
HexAC74C0215D21275724
Octal25416414041135414712744
Binary1010110011101001100010000110111011000011001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC740C; }

 p { color: rgb(172,116,12); }

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

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

 a { background-color: rgb(172,116,12); }

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

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

 span { border-color: rgb(172,116,12); }

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