#A99E1B

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

Shades of Lucky #A99E1B

Tints of Lucky #A99E1B

Color information

#A99E1B (or 0xA99E1B) is unknown color: approx Lucky. HEX triplet: A9, 9E and 1B. RGB value is (169,158,27). Sum of RGB (Red+Green+Blue) = 169+158+27=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E1B is #5661E4. Grayscale: #929292. Windows color (decimal): -5661157 or 1810089. OLE color: 1810089.

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

Color convert

RGB16915827-
CMYK00.070.840.34
HSL55.35º72.45%38.43%-
HSV(B)55.35º84.02%66.27%-
XYZ28.7932.975.88-
YUV146.3560.64144.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 158 (62.11% from 255) = 44.63%
BLUE value IS 27 (10.94% from 255) = 7.63%
R=47.74%
G=44.63%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691582700.070.840.3455.3572.4538.43
HexA99E1B075422374826
Octal2512363307124426711046
Binary101010011001111011011011110101001000101101111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E1B; }

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

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

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

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

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

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

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

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