#AB850F

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

Shades of Dark Goldenrod #AB850F

Tints of Dark Goldenrod #AB850F

Color information

#AB850F (or 0xAB850F) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 85 and 0F. RGB value is (171,133,15). Sum of RGB (Red+Green+Blue) = 171+133+15=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB850F is #547AF0. Grayscale: #838383. Windows color (decimal): -5536497 or 1017259. OLE color: 1017259.

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

Color convert

RGB17113315-
CMYK00.220.910.33
HSL45.38º83.87%36.47%-
HSV(B)45.38º91.23%67.06%-
XYZ25.2725.474.04-
YUV130.9162.59156.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=53.61%
G=41.69%
B=4.70%

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
Decimal1711331500.220.910.3345.3883.8736.47
HexAB85F0165B212d5424
Octal25320517026133415512444
Binary1010101110000101111101011010110111000011011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB850F; }

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

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

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

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

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

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

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

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