Html Css Color HEX #AEA124 Lucky

📋 copy color: '#AEA124'

red 174 ◦ green 161 ◦ blue 36

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

Shades of Lucky #AEA124

Tints of Lucky #AEA124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.7%

R = 46.9%
G = 43.4%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AEA124 (or 0xAEA124) is known color: Lucky. HEX triplet: AE, A1 and 24. RGB value is (174,161,36). Sum of RGB (Red+Green+Blue) = 174+161+36=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA124 is #515EDB. Grayscale: #979797. Windows color (decimal): -5332700 or 2400686. OLE color: 2400686.

HSL color Cylindrical-coordinate representation of color #AEA124: hue angle of 54.35º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEA124 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 36 -
CMYK 0 0.07 0.79 0.32
HSL 54.35º 0.66% 0.41% -
HSV(B) 54.35º 0.79% 0.68% -
XYZ 30.52 34.62 6.74 -
YUV 150.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 174 161 36 0 0.07 0.79 0.32 54.35 0.66 0.41
Hex AE A1 24 0 7 4F 20 36 42 29
Octal 256 241 44 0 7 117 40 66 102 51
Binary 10101110 10100001 100100 0 111 1001111 100000 110110 1000010 101001

Color Harmonies of #AEA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA124

Black with #AEA124

Text Example


Text Example

White with #AEA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA124; }

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

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

background-color css

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

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

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

border-color css

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

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

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