#A99522

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

Shades of Lucky #A99522

Tints of Lucky #A99522

Color information

#A99522 (or 0xA99522) is unknown color: approx Lucky. HEX triplet: A9, 95 and 22. RGB value is (169,149,34). Sum of RGB (Red+Green+Blue) = 169+149+34=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A99522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99522 is #566ADD. Grayscale: #8E8E8E. Windows color (decimal): -5663454 or 2266537. OLE color: 2266537.

HSL color Cylindrical-coordinate representation of color #A99522: hue angle of 51.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A99522 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16914934-
CMYK00.120.800.34
HSL51.11º66.5%39.8%-
HSV(B)51.11º79.88%66.27%-
XYZ27.430.055.87-
YUV141.8767.13147.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 34 (13.67% from 255) = 9.66%
R=48.01%
G=42.33%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691493400.120.800.3451.1166.539.8
HexA995220C5022334328
Octal25122542014120426310350
Binary10101001100101011000100110010100001000101100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99522; }

 p { color: rgb(169,149,34); }

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

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

 a { background-color: rgb(169,149,34); }

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

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

 span { border-color: rgb(169,149,34); }

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