Html Css Color HEX #AEA021 Lucky

📋 copy color: '#AEA021'

red 174 ◦ green 160 ◦ blue 33

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

Shades of Lucky #AEA021

Tints of Lucky #AEA021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.99%

R = 47.41%
G = 43.6%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AEA021 (or 0xAEA021) is known color: Lucky. HEX triplet: AE, A0 and 21. RGB value is (174,160,33). Sum of RGB (Red+Green+Blue) = 174+160+33=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA021 is #515FDE. Grayscale: #969696. Windows color (decimal): -5332959 or 2203822. OLE color: 2203822.

HSL color Cylindrical-coordinate representation of color #AEA021: hue angle of 54.04º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEA021 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 33 -
CMYK 0 0.08 0.81 0.32
HSL 54.04º 0.68% 0.41% -
HSV(B) 54.04º 0.81% 0.68% -
XYZ 30.3 34.25 6.45 -
YUV 149.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 174 160 33 0 0.08 0.81 0.32 54.04 0.68 0.41
Hex AE A0 21 0 8 51 20 36 44 29
Octal 256 240 41 0 10 121 40 66 104 51
Binary 10101110 10100000 100001 0 1000 1010001 100000 110110 1000100 101001

Color Harmonies of #AEA021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA021

Black with #AEA021

Text Example


Text Example

White with #AEA021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA021; }

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

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

background-color css

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

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

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

border-color css

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

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

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