Html Css Color HEX #AE9519 Lucky

📋 copy color: '#AE9519'

red 174 ◦ green 149 ◦ blue 25

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

Shades of Lucky #AE9519

Tints of Lucky #AE9519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 50%
G = 42.82%
B = 7.18%

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

#AE9519 (or 0xAE9519) is known color: Lucky. HEX triplet: AE, 95 and 19. RGB value is (174,149,25). Sum of RGB (Red+Green+Blue) = 174+149+25=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9519 is #516AE6. Grayscale: #8E8E8E. Windows color (decimal): -5335783 or 1676718. OLE color: 1676718.

HSL color Cylindrical-coordinate representation of color #AE9519: hue angle of 49.93º degrees, saturation: 0.75, 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 #AE9519 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 149 25 -
CMYK 0 0.14 0.86 0.32
HSL 49.93º 0.75% 0.39% -
HSV(B) 49.93º 0.86% 0.68% -
XYZ 28.38 30.56 5.32 -
YUV 142.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 174 149 25 0 0.14 0.86 0.32 49.93 0.75 0.39
Hex AE 95 19 0 E 56 20 32 4B 27
Octal 256 225 31 0 16 126 40 62 113 47
Binary 10101110 10010101 11001 0 1110 1010110 100000 110010 1001011 100111

Color Harmonies of #AE9519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9519

Black with #AE9519

Text Example


Text Example

White with #AE9519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9519; }

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

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

background-color css

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

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

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

border-color css

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

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

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