#ae9d1f

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

Shades of Lucky #AE9D1F

Tints of Lucky #AE9D1F

Color information

#AE9D1F (or 0xAE9D1F) is unknown color: approx Lucky. HEX triplet: AE, 9D and 1F. RGB value is (174,157,31). Sum of RGB (Red+Green+Blue) = 174+157+31=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9D1F is #5162E0. Grayscale: #949494. Windows color (decimal): -5333729 or 2071982. OLE color: 2071982.

HSL color Cylindrical-coordinate representation of color #AE9D1F: hue angle of 52.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE9D1F is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB17415731-
CMYK00.100.820.32
HSL52.87º69.76%40.2%-
HSV(B)52.87º82.18%68.24%-
XYZ29.7633.216.14-
YUV147.7262.13146.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 31 (12.5% from 255) = 8.56%
R=48.07%
G=43.37%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741573100.100.820.3252.8769.7640.2
HexAE9D1F0A5220354628
Octal25623537012122406510650
Binary1010111010011101111110101010100101000001101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae9d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae9d1f; }

 p { color: rgb(174,157,31); }

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

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

 a { background-color: rgb(174,157,31); }

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

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

 span { border-color: rgb(174,157,31); }

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