Html Css Color HEX #AEA616 Lucky

📋 copy color: '#AEA616'

red 174 ◦ green 166 ◦ blue 22

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

Shades of Lucky #AEA616

Tints of Lucky #AEA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.86%

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 48.07%
G = 45.86%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AEA616 (or 0xAEA616) is known color: Lucky. HEX triplet: AE, A6 and 16. RGB value is (174,166,22). Sum of RGB (Red+Green+Blue) = 174+166+22=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA616 is #5159E9. Grayscale: #989898. Windows color (decimal): -5331434 or 1484462. OLE color: 1484462.

HSL color Cylindrical-coordinate representation of color #AEA616: hue angle of 56.84º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEA616 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 22 -
CMYK 0 0.05 0.87 0.32
HSL 56.84º 0.78% 0.38% -
HSV(B) 56.84º 0.87% 0.68% -
XYZ 31.24 36.33 6.12 -
YUV 151.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 174 166 22 0 0.05 0.87 0.32 56.84 0.78 0.38
Hex AE A6 16 0 5 57 20 39 4E 26
Octal 256 246 26 0 5 127 40 71 116 46
Binary 10101110 10100110 10110 0 101 1010111 100000 111001 1001110 100110

Color Harmonies of #AEA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA616

Black with #AEA616

Text Example


Text Example

White with #AEA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA616; }

 p { color: rgb(174,166,22); }

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

background-color css

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

 a { background-color: rgb(174,166,22); }

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

border-color css

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

 span { border-color: rgb(174,166,22); }

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