#A29F1A

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

Shades of Lucky #A29F1A

Tints of Lucky #A29F1A

Color information

#A29F1A (or 0xA29F1A) is unknown color: approx Lucky. HEX triplet: A2, 9F and 1A. RGB value is (162,159,26). Sum of RGB (Red+Green+Blue) = 162+159+26=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F1A is #5D60E5. Grayscale: #919191. Windows color (decimal): -6119654 or 1744802. OLE color: 1744802.

HSL color Cylindrical-coordinate representation of color #A29F1A: hue angle of 58.68º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A29F1A is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16215926-
CMYK00.020.840.36
HSL58.68º72.34%36.86%-
HSV(B)58.68º83.95%63.53%-
XYZ27.4832.555.81-
YUV144.7360.99140.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 26 (10.55% from 255) = 7.49%
R=46.69%
G=45.82%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621592600.020.840.3658.6872.3436.86
HexA29F1A0254243b4825
Octal2422373202124447311045
Binary10100010100111111101001010101001001001110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F1A; }

 p { color: rgb(162,159,26); }

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

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

 a { background-color: rgb(162,159,26); }

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

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

 span { border-color: rgb(162,159,26); }

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