Html Css Color HEX #AEA11D Lucky

📋 copy color: '#AEA11D'

red 174 ◦ green 161 ◦ blue 29

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

Shades of Lucky #AEA11D

Tints of Lucky #AEA11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 47.8%
G = 44.23%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AEA11D (or 0xAEA11D) is known color: Lucky. HEX triplet: AE, A1 and 1D. RGB value is (174,161,29). Sum of RGB (Red+Green+Blue) = 174+161+29=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA11D is #515EE2. Grayscale: #969696. Windows color (decimal): -5332707 or 1941934. OLE color: 1941934.

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

Color convert

RGB 174 161 29 -
CMYK 0 0.07 0.83 0.32
HSL 54.62º 0.71% 0.4% -
HSV(B) 54.62º 0.83% 0.68% -
XYZ 30.42 34.58 6.23 -
YUV 149.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 174 161 29 0 0.07 0.83 0.32 54.62 0.71 0.4
Hex AE A1 1D 0 7 53 20 37 47 28
Octal 256 241 35 0 7 123 40 67 107 50
Binary 10101110 10100001 11101 0 111 1010011 100000 110111 1000111 101000

Color Harmonies of #AEA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA11D

Black with #AEA11D

Text Example


Text Example

White with #AEA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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