Html Css Color HEX #AE9518 Lucky

📋 copy color: '#AE9518'

red 174 ◦ green 149 ◦ blue 24

#AE9518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #AE9518

Tints of Lucky #AE9518

RGB

 RED value IS 174 (68.36% from 255) = 50.14%

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 50.14%
G = 42.94%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE9518 (or 0xAE9518) is known color: Lucky. HEX triplet: AE, 95 and 18. RGB value is (174,149,24). Sum of RGB (Red+Green+Blue) = 174+149+24=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9518 is #516AE7. Grayscale: #8E8E8E. Windows color (decimal): -5335784 or 1611182. OLE color: 1611182.

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

Color convert

RGB 174 149 24 -
CMYK 0 0.14 0.86 0.32
HSL 50º 0.76% 0.39% -
HSV(B) 50º 0.86% 0.68% -
XYZ 28.37 30.56 5.27 -
YUV 142.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 174 149 24 0 0.14 0.86 0.32 50 0.76 0.39
Hex AE 95 18 0 E 56 20 32 4C 27
Octal 256 225 30 0 16 126 40 62 114 47
Binary 10101110 10010101 11000 0 1110 1010110 100000 110010 1001100 100111

Color Harmonies of #AE9518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9518

Black with #AE9518

Text Example


Text Example

White with #AE9518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9518; }

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

 H1.HeaderClassName
 {
   color: #AE9518;
 }
 .AnyTagClassName
 {
   color: #AE9518;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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