#AC770E

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

Shades of Dark Goldenrod #AC770E

Tints of Dark Goldenrod #AC770E

Color information

#AC770E (or 0xAC770E) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 77 and 0E. RGB value is (172,119,14). Sum of RGB (Red+Green+Blue) = 172+119+14=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC770E is #5388F1. Grayscale: #7B7B7B. Windows color (decimal): -5474546 or 948140. OLE color: 948140.

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

Color convert

RGB17211914-
CMYK00.310.920.33
HSL39.87º84.95%36.47%-
HSV(B)39.87º91.86%67.45%-
XYZ23.69223.41-
YUV122.8866.56163.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 14 (5.86% from 255) = 4.59%
R=56.39%
G=39.02%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721191400.310.920.3339.8784.9536.47
HexAC77E01F5C21285524
Octal25416716037134415012544
Binary101011001110111111001111110111001000011010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC770E; }

 p { color: rgb(172,119,14); }

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

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

 a { background-color: rgb(172,119,14); }

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

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

 span { border-color: rgb(172,119,14); }

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