#A29702

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

Shades of Lucky #A29702

Tints of Lucky #A29702

Color information

#A29702 (or 0xA29702) is unknown color: approx Lucky. HEX triplet: A2, 97 and 02. RGB value is (162,151,2). Sum of RGB (Red+Green+Blue) = 162+151+2=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A29702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29702 is #5D68FD. Grayscale: #898989. Windows color (decimal): -6121726 or 169890. OLE color: 169890.

HSL color Cylindrical-coordinate representation of color #A29702: hue angle of 55.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A29702 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1621512-
CMYK00.070.990.36
HSL55.88º97.56%32.16%-
HSV(B)55.88º98.77%63.53%-
XYZ25.9829.824.44-
YUV137.351.64145.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=51.43%
G=47.94%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162151200.070.990.3655.8897.5632.16
HexA2972076324386220
Octal242227207143447014240
Binary101000101001011110011111000111001001110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29702; }

 p { color: rgb(162,151,2); }

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

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

 a { background-color: rgb(162,151,2); }

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

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

 span { border-color: rgb(162,151,2); }

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