#A29900

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

Shades of Lucky #A29900

Tints of Lucky #A29900

Color information

#A29900 (or 0xA29900) is unknown color: approx Lucky. HEX triplet: A2, 99 and 00. RGB value is (162,153,0). Sum of RGB (Red+Green+Blue) = 162+153+0=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A29900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29900 is #5D66FF. Grayscale: #8A8A8A. Windows color (decimal): -6121216 or 39330. OLE color: 39330.

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

Color convert

RGB1621530-
CMYK00.0610.36
HSL56.67º100%31.76%-
HSV(B)56.67º100%63.53%-
XYZ26.2930.464.49-
YUV138.2549.98144.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.43%
G=48.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162153000.0610.3656.6710031.76
HexA2990066424396420
Octal242231006144447114440
Binary10100010100110010011011001001001001110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29900; }

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

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

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

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

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

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

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

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