Html Css Color HEX #AEA016 Lucky

📋 copy color: '#AEA016'

red 174 ◦ green 160 ◦ blue 22

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

Shades of Lucky #AEA016

Tints of Lucky #AEA016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

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

R = 48.88%
G = 44.94%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AEA016 (or 0xAEA016) is known color: Lucky. HEX triplet: AE, A0 and 16. RGB value is (174,160,22). Sum of RGB (Red+Green+Blue) = 174+160+22=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA016 is #515FE9. Grayscale: #959595. Windows color (decimal): -5332970 or 1482926. OLE color: 1482926.

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

Color convert

RGB 174 160 22 -
CMYK 0 0.08 0.87 0.32
HSL 54.47º 0.78% 0.38% -
HSV(B) 54.47º 0.87% 0.68% -
XYZ 30.17 34.2 5.77 -
YUV 148.45 56.64 146.22 -
System Red Green Blue C M Y K H S L
Decimal 174 160 22 0 0.08 0.87 0.32 54.47 0.78 0.38
Hex AE A0 16 0 8 57 20 36 4E 26
Octal 256 240 26 0 10 127 40 66 116 46
Binary 10101110 10100000 10110 0 1000 1010111 100000 110110 1001110 100110

Color Harmonies of #AEA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA016

Black with #AEA016

Text Example


Text Example

White with #AEA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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