#AB7302

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

Shades of Dark Goldenrod #AB7302

Tints of Dark Goldenrod #AB7302

Color information

#AB7302 (or 0xAB7302) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 73 and 02. RGB value is (171,115,2). Sum of RGB (Red+Green+Blue) = 171+115+2=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7302 is #548CFD. Grayscale: #777777. Windows color (decimal): -5541118 or 160683. OLE color: 160683.

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

Color convert

RGB1711152-
CMYK00.330.990.33
HSL40.12º97.69%33.92%-
HSV(B)40.12º98.83%67.06%-
XYZ22.9420.922.89-
YUV118.8662.05165.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.38%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=59.38%
G=39.93%
B=0.69%

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
Decimal171115200.330.990.3340.1297.6933.92
HexAB7320216321286222
Octal2531632041143415014242
Binary10101011111001110010000111000111000011010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7302; }

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

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

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

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

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

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

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

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