Html Css Color HEX #AEA220 Lucky

📋 copy color: '#AEA220'

red 174 ◦ green 162 ◦ blue 32

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

Shades of Lucky #AEA220

Tints of Lucky #AEA220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 47.28%
G = 44.02%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AEA220 (or 0xAEA220) is known color: Lucky. HEX triplet: AE, A2 and 20. RGB value is (174,162,32). Sum of RGB (Red+Green+Blue) = 174+162+32=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA220 is #515DDF. Grayscale: #979797. Windows color (decimal): -5332448 or 2138798. OLE color: 2138798.

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

Color convert

RGB 174 162 32 -
CMYK 0 0.07 0.82 0.32
HSL 54.93º 0.69% 0.4% -
HSV(B) 54.93º 0.82% 0.68% -
XYZ 30.64 34.94 6.5 -
YUV 150.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 174 162 32 0 0.07 0.82 0.32 54.93 0.69 0.4
Hex AE A2 20 0 7 52 20 37 45 28
Octal 256 242 40 0 7 122 40 67 105 50
Binary 10101110 10100010 100000 0 111 1010010 100000 110111 1000101 101000

Color Harmonies of #AEA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA220

Black with #AEA220

Text Example


Text Example

White with #AEA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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