#AC7611

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

Shades of Dark Goldenrod #AC7611

Tints of Dark Goldenrod #AC7611

Color information

#AC7611 (or 0xAC7611) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 76 and 11. RGB value is (172,118,17). Sum of RGB (Red+Green+Blue) = 172+118+17=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7611 is #5389EE. Grayscale: #7B7B7B. Windows color (decimal): -5474799 or 1144492. OLE color: 1144492.

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

Color convert

RGB17211817-
CMYK00.310.900.33
HSL39.1º82.01%37.06%-
HSV(B)39.1º90.12%67.45%-
XYZ23.5921.773.49-
YUV122.6368.39163.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=56.03%
G=38.44%
B=5.54%

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
Decimal1721181700.310.900.3339.182.0137.06
HexAC761101F5A21275225
Octal25416621037132414712245
Binary1010110011101101000101111110110101000011001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7611; }

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

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

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

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

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

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

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

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