#A99E2B

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

Shades of Lucky #A99E2B

Tints of Lucky #A99E2B

Color information

#A99E2B (or 0xA99E2B) is unknown color: approx Lucky. HEX triplet: A9, 9E and 2B. RGB value is (169,158,43). Sum of RGB (Red+Green+Blue) = 169+158+43=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E2B is #5661D4. Grayscale: #949494. Windows color (decimal): -5661141 or 2858665. OLE color: 2858665.

HSL color Cylindrical-coordinate representation of color #A99E2B: hue angle of 54.76º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A99E2B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16915843-
CMYK00.070.750.34
HSL54.76º59.43%41.57%-
HSV(B)54.76º74.56%66.27%-
XYZ29.0333.067.14-
YUV148.1868.64142.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 43 (17.19% from 255) = 11.62%
R=45.68%
G=42.70%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691584300.070.750.3454.7659.4341.57
HexA99E2B074B22373b2a
Octal251236530711342677352
Binary101010011001111010101101111001011100010110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E2B; }

 p { color: rgb(169,158,43); }

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

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

 a { background-color: rgb(169,158,43); }

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

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

 span { border-color: rgb(169,158,43); }

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