#A29A01

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

Shades of Lucky #A29A01

Tints of Lucky #A29A01

Color information

#A29A01 (or 0xA29A01) is unknown color: approx Lucky. HEX triplet: A2, 9A and 01. RGB value is (162,154,1). Sum of RGB (Red+Green+Blue) = 162+154+1=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29A01 is #5D65FE. Grayscale: #8B8B8B. Windows color (decimal): -6120959 or 105122. OLE color: 105122.

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

Color convert

RGB1621541-
CMYK00.050.990.36
HSL57.02º98.77%31.96%-
HSV(B)57.02º99.38%63.53%-
XYZ26.4630.794.58-
YUV138.9550.15144.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 154 (60.55% from 255) = 48.58%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=51.10%
G=48.58%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162154100.050.990.3657.0298.7731.96
HexA29A1056324396320
Octal242232105143447114340
Binary10100010100110101010111000111001001110011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A01; }

 p { color: rgb(162,154,1); }

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

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

 a { background-color: rgb(162,154,1); }

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

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

 span { border-color: rgb(162,154,1); }

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