#A89016

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

Shades of Lucky #A89016

Tints of Lucky #A89016

Color information

#A89016 (or 0xA89016) is unknown color: approx Lucky. HEX triplet: A8, 90 and 16. RGB value is (168,144,22). Sum of RGB (Red+Green+Blue) = 168+144+22=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A89016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89016 is #576FE9. Grayscale: #898989. Windows color (decimal): -5730282 or 1478824. OLE color: 1478824.

HSL color Cylindrical-coordinate representation of color #A89016: hue angle of 50.14º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A89016 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB16814422-
CMYK00.140.870.34
HSL50.14º76.84%37.25%-
HSV(B)50.14º86.9%65.88%-
XYZ26.2728.334.84-
YUV137.2762.95149.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=50.30%
G=43.11%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681442200.140.870.3450.1476.8437.25
HexA890160E5722324d25
Octal25022026016127426211545
Binary1010100010010000101100111010101111000101100101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89016; }

 p { color: rgb(168,144,22); }

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

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

 a { background-color: rgb(168,144,22); }

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

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

 span { border-color: rgb(168,144,22); }

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