Html Css Color HEX #AEA614 Lucky

📋 copy color: '#AEA614'

red 174 ◦ green 166 ◦ blue 20

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

Shades of Lucky #AEA614

Tints of Lucky #AEA614

RGB

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

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

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

R = 48.33%
G = 46.11%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AEA614 (or 0xAEA614) is known color: Lucky. HEX triplet: AE, A6 and 14. RGB value is (174,166,20). Sum of RGB (Red+Green+Blue) = 174+166+20=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA614 is #5159EB. Grayscale: #989898. Windows color (decimal): -5331436 or 1353390. OLE color: 1353390.

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

Color convert

RGB 174 166 20 -
CMYK 0 0.05 0.89 0.32
HSL 56.88º 0.79% 0.38% -
HSV(B) 56.88º 0.89% 0.68% -
XYZ 31.22 36.32 6.03 -
YUV 151.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 174 166 20 0 0.05 0.89 0.32 56.88 0.79 0.38
Hex AE A6 14 0 5 59 20 39 4F 26
Octal 256 246 24 0 5 131 40 71 117 46
Binary 10101110 10100110 10100 0 101 1011001 100000 111001 1001111 100110

Color Harmonies of #AEA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA614

Black with #AEA614

Text Example


Text Example

White with #AEA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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