#AB8610

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

Shades of Dark Goldenrod #AB8610

Tints of Dark Goldenrod #AB8610

Color information

#AB8610 (or 0xAB8610) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 86 and 10. RGB value is (171,134,16). Sum of RGB (Red+Green+Blue) = 171+134+16=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8610 is #5479EF. Grayscale: #848484. Windows color (decimal): -5536240 or 1083051. OLE color: 1083051.

HSL color Cylindrical-coordinate representation of color #AB8610: hue angle of 45.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB8610 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17113416-
CMYK00.220.910.33
HSL45.68º82.89%36.67%-
HSV(B)45.68º90.64%67.06%-
XYZ25.4125.754.12-
YUV131.6162.76156.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=53.27%
G=41.74%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711341600.220.910.3345.6882.8936.67
HexAB86100165B212e5325
Octal25320620026133415612345
Binary10101011100001101000001011010110111000011011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8610; }

 p { color: rgb(171,134,16); }

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

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

 a { background-color: rgb(171,134,16); }

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

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

 span { border-color: rgb(171,134,16); }

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