Html Css Color HEX #AEA618 Lucky

📋 copy color: '#AEA618'

red 174 ◦ green 166 ◦ blue 24

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

Shades of Lucky #AEA618

Tints of Lucky #AEA618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.59%

R = 47.8%
G = 45.6%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AEA618 (or 0xAEA618) is known color: Lucky. HEX triplet: AE, A6 and 18. RGB value is (174,166,24). Sum of RGB (Red+Green+Blue) = 174+166+24=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA618 is #5159E7. Grayscale: #989898. Windows color (decimal): -5331432 or 1615534. OLE color: 1615534.

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

Color convert

RGB 174 166 24 -
CMYK 0 0.05 0.86 0.32
HSL 56.8º 0.76% 0.39% -
HSV(B) 56.8º 0.86% 0.68% -
XYZ 31.26 36.34 6.23 -
YUV 152.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 174 166 24 0 0.05 0.86 0.32 56.8 0.76 0.39
Hex AE A6 18 0 5 56 20 39 4C 27
Octal 256 246 30 0 5 126 40 71 114 47
Binary 10101110 10100110 11000 0 101 1010110 100000 111001 1001100 100111

Color Harmonies of #AEA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA618

Black with #AEA618

Text Example


Text Example

White with #AEA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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