#AB8501

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

Shades of Dark Goldenrod #AB8501

Tints of Dark Goldenrod #AB8501

Color information

#AB8501 (or 0xAB8501) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 85 and 01. RGB value is (171,133,1). Sum of RGB (Red+Green+Blue) = 171+133+1=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8501 is #547AFE. Grayscale: #818181. Windows color (decimal): -5536511 or 99755. OLE color: 99755.

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

Color convert

RGB1711331-
CMYK00.220.990.33
HSL46.59º98.84%33.73%-
HSV(B)46.59º99.42%67.06%-
XYZ25.1925.443.61-
YUV129.3155.59157.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=56.07%
G=43.61%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171133100.220.990.3346.5998.8433.73
HexAB85101663212f6322
Octal2532051026143415714342
Binary1010101110000101101011011000111000011011111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8501; }

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

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

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

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

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

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

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

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