Html Css Color HEX #AEA11F Lucky

📋 copy color: '#AEA11F'

red 174 ◦ green 161 ◦ blue 31

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

Shades of Lucky #AEA11F

Tints of Lucky #AEA11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 47.54%
G = 43.99%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AEA11F (or 0xAEA11F) is known color: Lucky. HEX triplet: AE, A1 and 1F. RGB value is (174,161,31). Sum of RGB (Red+Green+Blue) = 174+161+31=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA11F is #515EE0. Grayscale: #969696. Windows color (decimal): -5332705 or 2073006. OLE color: 2073006.

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

Color convert

RGB 174 161 31 -
CMYK 0 0.07 0.82 0.32
HSL 54.55º 0.7% 0.4% -
HSV(B) 54.55º 0.82% 0.68% -
XYZ 30.45 34.59 6.37 -
YUV 150.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 174 161 31 0 0.07 0.82 0.32 54.55 0.7 0.4
Hex AE A1 1F 0 7 52 20 37 46 28
Octal 256 241 37 0 7 122 40 67 106 50
Binary 10101110 10100001 11111 0 111 1010010 100000 110111 1000110 101000

Color Harmonies of #AEA11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA11F

Black with #AEA11F

Text Example


Text Example

White with #AEA11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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