#AB8617

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

Shades of Dark Goldenrod #AB8617

Tints of Dark Goldenrod #AB8617

Color information

#AB8617 (or 0xAB8617) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 86 and 17. RGB value is (171,134,23). Sum of RGB (Red+Green+Blue) = 171+134+23=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8617 is #5479E8. Grayscale: #848484. Windows color (decimal): -5536233 or 1541803. OLE color: 1541803.

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

Color convert

RGB17113423-
CMYK00.220.870.33
HSL45º76.29%38.04%-
HSV(B)45º86.55%67.06%-
XYZ25.4725.774.44-
YUV132.4166.26155.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 23 (9.38% from 255) = 7.01%
R=52.13%
G=40.85%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711342300.220.870.334576.2938.04
HexAB861701657212d4c26
Octal25320627026127415511446
Binary10101011100001101011101011010101111000011011011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8617; }

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

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

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

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

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

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

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

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