#AB8710

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

Shades of Dark Goldenrod #AB8710

Tints of Dark Goldenrod #AB8710

Color information

#AB8710 (or 0xAB8710) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 87 and 10. RGB value is (171,135,16). Sum of RGB (Red+Green+Blue) = 171+135+16=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8710 is #5478EF. Grayscale: #848484. Windows color (decimal): -5535984 or 1083307. OLE color: 1083307.

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

Color convert

RGB17113516-
CMYK00.210.910.33
HSL46.06º82.89%36.67%-
HSV(B)46.06º90.64%67.06%-
XYZ25.5526.024.17-
YUV132.262.43155.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 16 (6.64% from 255) = 4.97%
R=53.11%
G=41.93%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711351600.210.910.3346.0682.8936.67
HexAB87100155B212e5325
Octal25320720025133415612345
Binary10101011100001111000001010110110111000011011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8710; }

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

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

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

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

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

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

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

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