#AB8514

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

Shades of Dark Goldenrod #AB8514

Tints of Dark Goldenrod #AB8514

Color information

#AB8514 (or 0xAB8514) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 85 and 14. RGB value is (171,133,20). Sum of RGB (Red+Green+Blue) = 171+133+20=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8514 is #547AEB. Grayscale: #838383. Windows color (decimal): -5536492 or 1344939. OLE color: 1344939.

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

Color convert

RGB17113320-
CMYK00.220.880.33
HSL44.9º79.06%37.45%-
HSV(B)44.9º88.3%67.06%-
XYZ25.3125.484.25-
YUV131.4865.09156.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 20 (8.20% from 255) = 6.17%
R=52.78%
G=41.05%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711332000.220.880.3344.979.0637.45
HexAB851401658212d4f25
Octal25320524026130415511745
Binary10101011100001011010001011010110001000011011011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8514; }

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

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

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

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

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

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

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

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