#AB7D01

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

Shades of Dark Goldenrod #AB7D01

Tints of Dark Goldenrod #AB7D01

Color information

#AB7D01 (or 0xAB7D01) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 7D and 01. RGB value is (171,125,1). Sum of RGB (Red+Green+Blue) = 171+125+1=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D01 is #5482FE. Grayscale: #7D7D7D. Windows color (decimal): -5538559 or 97707. OLE color: 97707.

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

Color convert

RGB1711251-
CMYK00.270.990.33
HSL43.76º98.84%33.73%-
HSV(B)43.76º99.42%67.06%-
XYZ24.1323.333.26-
YUV124.6258.24161.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 125 (49.22% from 255) = 42.09%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=57.58%
G=42.09%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171125100.270.990.3343.7698.8433.73
HexAB7D101B63212c6322
Octal2531751033143415414342
Binary101010111111101101101111000111000011011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D01; }

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

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

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

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

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

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

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

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