#AE9B05

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

Shades of Lucky #AE9B05

Tints of Lucky #AE9B05

Color information

#AE9B05 (or 0xAE9B05) is unknown color: approx Lucky. HEX triplet: AE, 9B and 05. RGB value is (174,155,5). Sum of RGB (Red+Green+Blue) = 174+155+5=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9B05 is #5164FA. Grayscale: #909090. Windows color (decimal): -5334267 or 367534. OLE color: 367534.

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

Color convert

RGB1741555-
CMYK00.110.970.32
HSL53.25º94.41%35.1%-
HSV(B)53.25º97.13%68.24%-
XYZ29.232.454.87-
YUV143.5849.79149.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 5 (2.34% from 255) = 1.50%
R=52.10%
G=46.41%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174155500.110.970.3253.2594.4135.1
HexAE9B50B6120355e23
Octal2562335013141406513643
Binary10101110100110111010101111000011000001101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B05; }

 p { color: rgb(174,155,5); }

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

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

 a { background-color: rgb(174,155,5); }

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

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

 span { border-color: rgb(174,155,5); }

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