Html Css Color HEX #AEA20A Lucky

📋 copy color: '#AEA20A'

red 174 ◦ green 162 ◦ blue 10

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

Shades of Lucky #AEA20A

Tints of Lucky #AEA20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 50.29%
G = 46.82%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA20A (or 0xAEA20A) is known color: Lucky. HEX triplet: AE, A2 and 0A. RGB value is (174,162,10). Sum of RGB (Red+Green+Blue) = 174+162+10=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA20A is #515DF5. Grayscale: #949494. Windows color (decimal): -5332470 or 697006. OLE color: 697006.

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

Color convert

RGB 174 162 10 -
CMYK 0 0.07 0.94 0.32
HSL 55.61º 0.89% 0.36% -
HSV(B) 55.61º 0.94% 0.68% -
XYZ 30.43 34.86 5.41 -
YUV 148.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 174 162 10 0 0.07 0.94 0.32 55.61 0.89 0.36
Hex AE A2 A 0 7 5E 20 38 59 24
Octal 256 242 12 0 7 136 40 70 131 44
Binary 10101110 10100010 1010 0 111 1011110 100000 111000 1011001 100100

Color Harmonies of #AEA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA20A

Black with #AEA20A

Text Example


Text Example

White with #AEA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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