#AC7711

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

Shades of Dark Goldenrod #AC7711

Tints of Dark Goldenrod #AC7711

Color information

#AC7711 (or 0xAC7711) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 77 and 11. RGB value is (172,119,17). Sum of RGB (Red+Green+Blue) = 172+119+17=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7711 is #5388EE. Grayscale: #7B7B7B. Windows color (decimal): -5474543 or 1144748. OLE color: 1144748.

HSL color Cylindrical-coordinate representation of color #AC7711: hue angle of 39.48º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC7711 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17211917-
CMYK00.310.900.33
HSL39.48º82.01%37.06%-
HSV(B)39.48º90.12%67.45%-
XYZ23.71223.53-
YUV123.2268.06162.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 17 (7.03% from 255) = 5.52%
R=55.84%
G=38.64%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721191700.310.900.3339.4882.0137.06
HexAC771101F5A21275225
Octal25416721037132414712245
Binary1010110011101111000101111110110101000011001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7711; }

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

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

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

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

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

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

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

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