#A99E01

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

Shades of Lucky #A99E01

Tints of Lucky #A99E01

Color information

#A99E01 (or 0xA99E01) is unknown color: approx Lucky. HEX triplet: A9, 9E and 01. RGB value is (169,158,1). Sum of RGB (Red+Green+Blue) = 169+158+1=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99E01 is #5661FE. Grayscale: #909090. Windows color (decimal): -5661183 or 106153. OLE color: 106153.

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

Color convert

RGB1691581-
CMYK00.070.990.34
HSL56.07º98.82%33.33%-
HSV(B)56.07º99.41%66.27%-
XYZ28.5932.894.87-
YUV143.3947.64146.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 158 (62.11% from 255) = 48.17%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=51.52%
G=48.17%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169158100.070.990.3456.0798.8233.33
HexA99E1076322386321
Octal251236107143427014341
Binary10101001100111101011111000111000101110001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E01; }

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

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

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

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

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

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

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

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