#a89a16

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

Shades of Lucky #A89A16

Tints of Lucky #A89A16

Color information

#A89A16 (or 0xA89A16) is unknown color: approx Lucky. HEX triplet: A8, 9A and 16. RGB value is (168,154,22). Sum of RGB (Red+Green+Blue) = 168+154+22=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89A16 is #5765E9. Grayscale: #8F8F8F. Windows color (decimal): -5727722 or 1481384. OLE color: 1481384.

HSL color Cylindrical-coordinate representation of color #A89A16: hue angle of 54.25º 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 #A89A16 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB16815422-
CMYK00.080.870.34
HSL54.25º76.84%37.25%-
HSV(B)54.25º86.9%65.88%-
XYZ27.8531.495.37-
YUV143.1459.64145.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.84%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 22 (8.98% from 255) = 6.40%
R=48.84%
G=44.77%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681542200.080.870.3454.2576.8437.25
HexA89A16085722364d25
Octal25023226010127426611545
Binary1010100010011010101100100010101111000101101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89a16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89a16; }

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

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

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

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

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

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

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

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