#AE9802

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

Shades of Lucky #AE9802

Tints of Lucky #AE9802

Color information

#AE9802 (or 0xAE9802) is unknown color: approx Lucky. HEX triplet: AE, 98 and 02. RGB value is (174,152,2). Sum of RGB (Red+Green+Blue) = 174+152+2=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9802 is #5167FD. Grayscale: #8E8E8E. Windows color (decimal): -5335038 or 170158. OLE color: 170158.

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

Color convert

RGB1741522-
CMYK00.130.990.32
HSL52.33º97.73%34.51%-
HSV(B)52.33º98.85%68.24%-
XYZ28.6931.464.62-
YUV141.4849.29151.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=53.05%
G=46.34%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174152200.130.990.3252.3397.7334.51
HexAE9820D6320346223
Octal2562302015143406414243
Binary1010111010011000100110111000111000001101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9802; }

 p { color: rgb(174,152,2); }

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

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

 a { background-color: rgb(174,152,2); }

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

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

 span { border-color: rgb(174,152,2); }

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