#AC790C

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

Shades of Dark Goldenrod #AC790C

Tints of Dark Goldenrod #AC790C

Color information

#AC790C (or 0xAC790C) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 79 and 0C. RGB value is (172,121,12). Sum of RGB (Red+Green+Blue) = 172+121+12=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC790C is #5386F3. Grayscale: #7C7C7C. Windows color (decimal): -5474036 or 817580. OLE color: 817580.

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

Color convert

RGB17212112-
CMYK00.300.930.33
HSL40.88º86.96%36.08%-
HSV(B)40.88º93.02%67.45%-
XYZ23.9222.473.42-
YUV123.8264.9162.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 12 (5.08% from 255) = 3.93%
R=56.39%
G=39.67%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721211200.300.930.3340.8886.9636.08
HexAC79C01E5D21295724
Octal25417114036135415112744
Binary101011001111001110001111010111011000011010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC790C; }

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

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

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

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

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

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

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

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