#AB8714

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

Shades of Dark Goldenrod #AB8714

Tints of Dark Goldenrod #AB8714

Color information

#AB8714 (or 0xAB8714) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 87 and 14. RGB value is (171,135,20). Sum of RGB (Red+Green+Blue) = 171+135+20=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8714 is #5478EB. Grayscale: #858585. Windows color (decimal): -5535980 or 1345451. OLE color: 1345451.

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

Color convert

RGB17113520-
CMYK00.210.880.33
HSL45.7º79.06%37.45%-
HSV(B)45.7º88.3%67.06%-
XYZ25.5826.044.34-
YUV132.6564.43155.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 20 (8.20% from 255) = 6.13%
R=52.45%
G=41.41%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711352000.210.880.3345.779.0637.45
HexAB871401558212e4f25
Octal25320724025130415611745
Binary10101011100001111010001010110110001000011011101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8714; }

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

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

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

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

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

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

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

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