#A29C02

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

Shades of Lucky #A29C02

Tints of Lucky #A29C02

Color information

#A29C02 (or 0xA29C02) is unknown color: approx Lucky. HEX triplet: A2, 9C and 02. RGB value is (162,156,2). Sum of RGB (Red+Green+Blue) = 162+156+2=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29C02 is #5D63FD. Grayscale: #8C8C8C. Windows color (decimal): -6120446 or 171170. OLE color: 171170.

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

Color convert

RGB1621562-
CMYK00.040.990.36
HSL57.75º97.56%32.16%-
HSV(B)57.75º98.77%63.53%-
XYZ26.831.464.72-
YUV140.2449.99143.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=50.62%
G=48.75%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162156200.040.990.3657.7597.5632.16
HexA29C20463243a6220
Octal242234204143447214240
Binary101000101001110010010011000111001001110101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C02; }

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

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

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

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

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

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

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

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