#AE9901

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

Shades of Lucky #AE9901

Tints of Lucky #AE9901

Color information

#AE9901 (or 0xAE9901) is unknown color: approx Lucky. HEX triplet: AE, 99 and 01. RGB value is (174,153,1). Sum of RGB (Red+Green+Blue) = 174+153+1=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9901 is #5166FE. Grayscale: #8E8E8E. Windows color (decimal): -5334783 or 104878. OLE color: 104878.

HSL color Cylindrical-coordinate representation of color #AE9901: hue angle of 52.72º 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 #AE9901 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1741531-
CMYK00.120.990.32
HSL52.72º98.86%34.31%-
HSV(B)52.72º99.43%68.24%-
XYZ28.8531.784.64-
YUV141.9548.46150.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=53.05%
G=46.65%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174153100.120.990.3252.7298.8634.31
HexAE9910C6320356322
Octal2562311014143406514342
Binary101011101001100110110011000111000001101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9901; }

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

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

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

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

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

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

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

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