Html Css Color HEX #AEA218 Lucky

📋 copy color: '#AEA218'

red 174 ◦ green 162 ◦ blue 24

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

Shades of Lucky #AEA218

Tints of Lucky #AEA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

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

R = 48.33%
G = 45%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AEA218 (or 0xAEA218) is known color: Lucky. HEX triplet: AE, A2 and 18. RGB value is (174,162,24). Sum of RGB (Red+Green+Blue) = 174+162+24=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA218 is #515DE7. Grayscale: #969696. Windows color (decimal): -5332456 or 1614510. OLE color: 1614510.

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

Color convert

RGB 174 162 24 -
CMYK 0 0.07 0.86 0.32
HSL 55.2º 0.76% 0.39% -
HSV(B) 55.2º 0.86% 0.68% -
XYZ 30.54 34.91 5.99 -
YUV 149.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 174 162 24 0 0.07 0.86 0.32 55.2 0.76 0.39
Hex AE A2 18 0 7 56 20 37 4C 27
Octal 256 242 30 0 7 126 40 67 114 47
Binary 10101110 10100010 11000 0 111 1010110 100000 110111 1001100 100111

Color Harmonies of #AEA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA218

Black with #AEA218

Text Example


Text Example

White with #AEA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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