#a89126

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

Shades of Lucky #A89126

Tints of Lucky #A89126

Color information

#A89126 (or 0xA89126) is unknown color: approx Lucky. HEX triplet: A8, 91 and 26. RGB value is (168,145,38). Sum of RGB (Red+Green+Blue) = 168+145+38=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A89126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89126 is #576ED9. Grayscale: #8C8C8C. Windows color (decimal): -5730010 or 2527656. OLE color: 2527656.

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

Color convert

RGB16814538-
CMYK00.140.770.34
HSL49.38º63.11%40.39%-
HSV(B)49.38º77.38%65.88%-
XYZ26.6228.725.97-
YUV139.6870.62148.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 38 (15.23% from 255) = 10.83%
R=47.86%
G=41.31%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681453800.140.770.3449.3863.1140.39
HexA891260E4D22313f28
Octal2502214601611542617750
Binary1010100010010001100110011101001101100010110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89126; }

 p { color: rgb(168,145,38); }

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

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

 a { background-color: rgb(168,145,38); }

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

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

 span { border-color: rgb(168,145,38); }

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