#A89613

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

Shades of Lucky #A89613

Tints of Lucky #A89613

Color information

#A89613 (or 0xA89613) is unknown color: approx Lucky. HEX triplet: A8, 96 and 13. RGB value is (168,150,19). Sum of RGB (Red+Green+Blue) = 168+150+19=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A89613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89613 is #5769EC. Grayscale: #8C8C8C. Windows color (decimal): -5728749 or 1283752. OLE color: 1283752.

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

Color convert

RGB16815019-
CMYK00.110.890.34
HSL52.75º79.68%36.67%-
HSV(B)52.75º88.69%65.88%-
XYZ27.1730.185.01-
YUV140.4559.46147.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 150 (58.98% from 255) = 44.51%
BLUE value IS 19 (7.81% from 255) = 5.64%
R=49.85%
G=44.51%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681501900.110.890.3452.7579.6836.67
HexA896130B5922355025
Octal25022623013131426512045
Binary1010100010010110100110101110110011000101101011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89613; }

 p { color: rgb(168,150,19); }

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

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

 a { background-color: rgb(168,150,19); }

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

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

 span { border-color: rgb(168,150,19); }

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