#AE951A

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

Shades of Lucky #AE951A

Tints of Lucky #AE951A

Color information

#AE951A (or 0xAE951A) is unknown color: approx Lucky. HEX triplet: AE, 95 and 1A. RGB value is (174,149,26). Sum of RGB (Red+Green+Blue) = 174+149+26=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE951A is #516AE5. Grayscale: #8E8E8E. Windows color (decimal): -5335782 or 1742254. OLE color: 1742254.

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

Color convert

RGB17414926-
CMYK00.140.850.32
HSL49.86º74%39.22%-
HSV(B)49.86º85.06%68.24%-
XYZ28.3930.575.38-
YUV142.4562.28150.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=49.86%
G=42.69%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741492600.140.850.3249.867439.22
HexAE951A0E5520324a27
Octal25622532016125406211247
Binary1010111010010101110100111010101011000001100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE951A; }

 p { color: rgb(174,149,26); }

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

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

 a { background-color: rgb(174,149,26); }

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

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

 span { border-color: rgb(174,149,26); }

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