Html Css Color HEX #AEA119 Lucky

📋 copy color: '#AEA119'

red 174 ◦ green 161 ◦ blue 25

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

Shades of Lucky #AEA119

Tints of Lucky #AEA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.72%

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

R = 48.33%
G = 44.72%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AEA119 (or 0xAEA119) is known color: Lucky. HEX triplet: AE, A1 and 19. RGB value is (174,161,25). Sum of RGB (Red+Green+Blue) = 174+161+25=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA119 is #515EE6. Grayscale: #959595. Windows color (decimal): -5332711 or 1679790. OLE color: 1679790.

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

Color convert

RGB 174 161 25 -
CMYK 0 0.07 0.86 0.32
HSL 54.77º 0.75% 0.39% -
HSV(B) 54.77º 0.86% 0.68% -
XYZ 30.38 34.56 5.99 -
YUV 149.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 174 161 25 0 0.07 0.86 0.32 54.77 0.75 0.39
Hex AE A1 19 0 7 56 20 37 4B 27
Octal 256 241 31 0 7 126 40 67 113 47
Binary 10101110 10100001 11001 0 111 1010110 100000 110111 1001011 100111

Color Harmonies of #AEA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA119

Black with #AEA119

Text Example


Text Example

White with #AEA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA119; }

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

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

background-color css

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

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

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

border-color css

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

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

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