Html Css Color HEX #AEA014 Lucky

📋 copy color: '#AEA014'

red 174 ◦ green 160 ◦ blue 20

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

Shades of Lucky #AEA014

Tints of Lucky #AEA014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 49.15%
G = 45.2%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AEA014 (or 0xAEA014) is known color: Lucky. HEX triplet: AE, A0 and 14. RGB value is (174,160,20). Sum of RGB (Red+Green+Blue) = 174+160+20=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA014 is #515FEB. Grayscale: #949494. Windows color (decimal): -5332972 or 1351854. OLE color: 1351854.

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

Color convert

RGB 174 160 20 -
CMYK 0 0.08 0.89 0.32
HSL 54.55º 0.79% 0.38% -
HSV(B) 54.55º 0.89% 0.68% -
XYZ 30.15 34.19 5.67 -
YUV 148.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 174 160 20 0 0.08 0.89 0.32 54.55 0.79 0.38
Hex AE A0 14 0 8 59 20 37 4F 26
Octal 256 240 24 0 10 131 40 67 117 46
Binary 10101110 10100000 10100 0 1000 1011001 100000 110111 1001111 100110

Color Harmonies of #AEA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA014

Black with #AEA014

Text Example


Text Example

White with #AEA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA014; }

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

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

background-color css

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

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

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

border-color css

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

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

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