#AB7202

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

Shades of Dark Goldenrod #AB7202

Tints of Dark Goldenrod #AB7202

Color information

#AB7202 (or 0xAB7202) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 72 and 02. RGB value is (171,114,2). Sum of RGB (Red+Green+Blue) = 171+114+2=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7202 is #548DFD. Grayscale: #767676. Windows color (decimal): -5541374 or 160427. OLE color: 160427.

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

Color convert

RGB1711142-
CMYK00.330.990.33
HSL39.76º97.69%33.92%-
HSV(B)39.76º98.83%67.06%-
XYZ22.8220.72.85-
YUV118.2862.38165.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.58%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=59.58%
G=39.72%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171114200.330.990.3339.7697.6933.92
HexAB7220216321286222
Octal2531622041143415014242
Binary10101011111001010010000111000111000011010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7202; }

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

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

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

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

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

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

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

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