#A59602

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

Shades of Lucky #A59602

Tints of Lucky #A59602

Color information

#A59602 (or 0xA59602) is unknown color: approx Lucky. HEX triplet: A5, 96 and 02. RGB value is (165,150,2). Sum of RGB (Red+Green+Blue) = 165+150+2=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A59602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59602 is #5A69FD. Grayscale: #8A8A8A. Windows color (decimal): -5925374 or 169637. OLE color: 169637.

HSL color Cylindrical-coordinate representation of color #A59602: hue angle of 54.48º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A59602 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1651502-
CMYK00.090.990.35
HSL54.48º97.6%32.75%-
HSV(B)54.48º98.79%64.71%-
XYZ26.4329.824.42-
YUV137.6151.47147.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=52.05%
G=47.32%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165150200.090.990.3554.4897.632.75
HexA5962096323366221
Octal2452262011143436614241
Binary1010010110010110100100111000111000111101101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59602; }

 p { color: rgb(165,150,2); }

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

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

 a { background-color: rgb(165,150,2); }

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

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

 span { border-color: rgb(165,150,2); }

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