#AB9302

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

Shades of Dark Goldenrod #AB9302

Tints of Dark Goldenrod #AB9302

Color information

#AB9302 (or 0xAB9302) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 93 and 02. RGB value is (171,147,2). Sum of RGB (Red+Green+Blue) = 171+147+2=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9302 is #546CFD. Grayscale: #8A8A8A. Windows color (decimal): -5532926 or 168875. OLE color: 168875.

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

Color convert

RGB1711472-
CMYK00.140.990.33
HSL51.48º97.69%33.92%-
HSV(B)51.48º98.83%67.06%-
XYZ27.2429.534.32-
YUV137.6551.45151.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=53.44%
G=45.94%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171147200.140.990.3351.4897.6933.92
HexAB9320E6321336222
Octal2532232016143416314242
Binary1010101110010011100111011000111000011100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9302; }

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

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

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

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

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

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

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

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