#AE9A01

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

Shades of Lucky #AE9A01

Tints of Lucky #AE9A01

Color information

#AE9A01 (or 0xAE9A01) is unknown color: approx Lucky. HEX triplet: AE, 9A and 01. RGB value is (174,154,1). Sum of RGB (Red+Green+Blue) = 174+154+1=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9A01 is #5165FE. Grayscale: #8F8F8F. Windows color (decimal): -5334527 or 105134. OLE color: 105134.

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

Color convert

RGB1741541-
CMYK00.110.990.32
HSL53.06º98.86%34.31%-
HSV(B)53.06º99.43%68.24%-
XYZ29.0232.114.7-
YUV142.5448.13150.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 154 (60.55% from 255) = 46.81%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=52.89%
G=46.81%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174154100.110.990.3253.0698.8634.31
HexAE9A10B6320356322
Octal2562321013143406514342
Binary101011101001101010101111000111000001101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A01; }

 p { color: rgb(174,154,1); }

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

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

 a { background-color: rgb(174,154,1); }

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

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

 span { border-color: rgb(174,154,1); }

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