#AE9E0E

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

Shades of Lucky #AE9E0E

Tints of Lucky #AE9E0E

Color information

#AE9E0E (or 0xAE9E0E) is unknown color: approx Lucky. HEX triplet: AE, 9E and 0E. RGB value is (174,158,14). Sum of RGB (Red+Green+Blue) = 174+158+14=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9E0E is #5161F1. Grayscale: #929292. Windows color (decimal): -5333490 or 958126. OLE color: 958126.

HSL color Cylindrical-coordinate representation of color #AE9E0E: hue angle of 54º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE9E0E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB17415814-
CMYK00.090.920.32
HSL54º85.11%36.86%-
HSV(B)54º91.95%68.24%-
XYZ29.7633.485.31-
YUV146.3753.3147.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 14 (5.86% from 255) = 4.05%
R=50.29%
G=45.66%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741581400.090.920.325485.1136.86
HexAE9EE095C20365525
Octal25623616011134406612545
Binary101011101001111011100100110111001000001101101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E0E; }

 p { color: rgb(174,158,14); }

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

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

 a { background-color: rgb(174,158,14); }

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

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

 span { border-color: rgb(174,158,14); }

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