Html Css Color HEX #AEA020 Lucky

📋 copy color: '#AEA020'

red 174 ◦ green 160 ◦ blue 32

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

Shades of Lucky #AEA020

Tints of Lucky #AEA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.72%

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

R = 47.54%
G = 43.72%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AEA020 (or 0xAEA020) is known color: Lucky. HEX triplet: AE, A0 and 20. RGB value is (174,160,32). Sum of RGB (Red+Green+Blue) = 174+160+32=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA020 is #515FDF. Grayscale: #969696. Windows color (decimal): -5332960 or 2138286. OLE color: 2138286.

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

Color convert

RGB 174 160 32 -
CMYK 0 0.08 0.82 0.32
HSL 54.08º 0.69% 0.4% -
HSV(B) 54.08º 0.82% 0.68% -
XYZ 30.29 34.24 6.38 -
YUV 149.59 61.64 145.41 -
System Red Green Blue C M Y K H S L
Decimal 174 160 32 0 0.08 0.82 0.32 54.08 0.69 0.4
Hex AE A0 20 0 8 52 20 36 45 28
Octal 256 240 40 0 10 122 40 66 105 50
Binary 10101110 10100000 100000 0 1000 1010010 100000 110110 1000101 101000

Color Harmonies of #AEA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA020

Black with #AEA020

Text Example


Text Example

White with #AEA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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