#AB7711

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

Shades of Dark Goldenrod #AB7711

Tints of Dark Goldenrod #AB7711

Color information

#AB7711 (or 0xAB7711) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 77 and 11. RGB value is (171,119,17). Sum of RGB (Red+Green+Blue) = 171+119+17=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7711 is #5488EE. Grayscale: #7B7B7B. Windows color (decimal): -5540079 or 1144747. OLE color: 1144747.

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

Color convert

RGB17111917-
CMYK00.300.900.33
HSL39.74º81.91%36.86%-
HSV(B)39.74º90.06%67.06%-
XYZ23.4921.893.52-
YUV122.9268.23162.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=55.70%
G=38.76%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711191700.300.900.3339.7481.9136.86
HexAB771101E5A21285225
Octal25316721036132415012245
Binary1010101111101111000101111010110101000011010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7711; }

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

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

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

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

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

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

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

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