#A89522

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

Shades of Lucky #A89522

Tints of Lucky #A89522

Color information

#A89522 (or 0xA89522) is unknown color: approx Lucky. HEX triplet: A8, 95 and 22. RGB value is (168,149,34). Sum of RGB (Red+Green+Blue) = 168+149+34=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A89522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89522 is #576ADD. Grayscale: #8E8E8E. Windows color (decimal): -5728990 or 2266536. OLE color: 2266536.

HSL color Cylindrical-coordinate representation of color #A89522: hue angle of 51.49º degrees, saturation: 0.66, 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 #A89522 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16814934-
CMYK00.110.800.34
HSL51.49º66.34%39.61%-
HSV(B)51.49º79.76%65.88%-
XYZ27.1829.945.86-
YUV141.5767.29146.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 149 (58.59% from 255) = 42.45%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=47.86%
G=42.45%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681493400.110.800.3451.4966.3439.61
HexA895220B5022334228
Octal25022542013120426310250
Binary10101000100101011000100101110100001000101100111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89522; }

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

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

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

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

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

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

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

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