#A29200

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

Shades of Lucky #A29200

Tints of Lucky #A29200

Color information

#A29200 (or 0xA29200) is unknown color: approx Lucky. HEX triplet: A2, 92 and 00. RGB value is (162,146,0). Sum of RGB (Red+Green+Blue) = 162+146+0=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A29200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29200 is #5D6DFF. Grayscale: #868686. Windows color (decimal): -6123008 or 37538. OLE color: 37538.

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

Color convert

RGB1621460-
CMYK00.1010.36
HSL54.07º100%31.76%-
HSV(B)54.07º100%63.53%-
XYZ25.1828.244.12-
YUV134.1452.3147.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.60%
G=47.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162146000.1010.3654.0710031.76
HexA29200A6424366420
Octal2422220012144446614440
Binary101000101001001000101011001001001001101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29200; }

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

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

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

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

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

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

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

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