#A29226

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

Shades of Lucky #A29226

Tints of Lucky #A29226

Color information

#A29226 (or 0xA29226) is unknown color: approx Lucky. HEX triplet: A2, 92 and 26. RGB value is (162,146,38). Sum of RGB (Red+Green+Blue) = 162+146+38=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A29226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29226 is #5D6DD9. Grayscale: #8A8A8A. Windows color (decimal): -6122970 or 2527906. OLE color: 2527906.

HSL color Cylindrical-coordinate representation of color #A29226: hue angle of 52.26º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A29226 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB16214638-
CMYK00.100.770.36
HSL52.26º62%39.22%-
HSV(B)52.26º76.54%63.53%-
XYZ25.5328.385.97-
YUV138.4771.3144.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 38 (15.23% from 255) = 10.98%
R=46.82%
G=42.20%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621463800.100.770.3652.266239.22
HexA292260A4D24343e27
Octal2422224601211544647647
Binary1010001010010010100110010101001101100100110100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29226; }

 p { color: rgb(162,146,38); }

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

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

 a { background-color: rgb(162,146,38); }

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

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

 span { border-color: rgb(162,146,38); }

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