#AE9621

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

Shades of Lucky #AE9621

Tints of Lucky #AE9621

Color information

#AE9621 (or 0xAE9621) is unknown color: approx Lucky. HEX triplet: AE, 96 and 21. RGB value is (174,150,33). Sum of RGB (Red+Green+Blue) = 174+150+33=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9621 is #5169DE. Grayscale: #909090. Windows color (decimal): -5335519 or 2201262. OLE color: 2201262.

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

Color convert

RGB17415033-
CMYK00.140.810.32
HSL49.79º68.12%40.59%-
HSV(B)49.79º81.03%68.24%-
XYZ28.6430.925.9-
YUV143.8465.45149.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 33 (13.28% from 255) = 9.24%
R=48.74%
G=42.02%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741503300.140.810.3249.7968.1240.59
HexAE96210E5120324429
Octal25622641016121406210451
Binary10101110100101101000010111010100011000001100101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9621; }

 p { color: rgb(174,150,33); }

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

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

 a { background-color: rgb(174,150,33); }

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

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

 span { border-color: rgb(174,150,33); }

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