#AB7A02

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

Shades of Dark Goldenrod #AB7A02

Tints of Dark Goldenrod #AB7A02

Color information

#AB7A02 (or 0xAB7A02) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 7A and 02. RGB value is (171,122,2). Sum of RGB (Red+Green+Blue) = 171+122+2=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A02 is #5485FD. Grayscale: #7B7B7B. Windows color (decimal): -5539326 or 162475. OLE color: 162475.

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

Color convert

RGB1711222-
CMYK00.290.990.33
HSL42.6º97.69%33.92%-
HSV(B)42.6º98.83%67.06%-
XYZ23.7722.583.16-
YUV122.9759.73162.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=57.97%
G=41.36%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171122200.290.990.3342.697.6933.92
HexAB7A201D63212b6222
Octal2531722035143415314242
Binary1010101111110101001110111000111000011010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A02; }

 p { color: rgb(171,122,2); }

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

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

 a { background-color: rgb(171,122,2); }

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

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

 span { border-color: rgb(171,122,2); }

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