Html Css Color HEX #AEA000 Lucky

📋 copy color: '#AEA000'

red 174 ◦ green 160 ◦ blue 0

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

Shades of Lucky #AEA000

Tints of Lucky #AEA000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.1%
G = 47.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AEA000 (or 0xAEA000) is known color: Lucky. HEX triplet: AE, A0 and 00. RGB value is (174,160,0). Sum of RGB (Red+Green+Blue) = 174+160+0=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA000 is #515FFF. Grayscale: #929292. Windows color (decimal): -5332992 or 41134. OLE color: 41134.

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

Color convert

RGB 174 160 0 -
CMYK 0 0.08 1 0.32
HSL 55.17º 1% 0.34% -
HSV(B) 55.17º 1% 0.68% -
XYZ 30.03 34.14 5.01 -
YUV 145.95 45.64 148.01 -
System Red Green Blue C M Y K H S L
Decimal 174 160 0 0 0.08 1 0.32 55.17 1 0.34
Hex AE A0 0 0 8 64 20 37 64 22
Octal 256 240 0 0 10 144 40 67 144 42
Binary 10101110 10100000 0 0 1000 1100100 100000 110111 1100100 100010

Color Harmonies of #AEA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA000

Black with #AEA000

Text Example


Text Example

White with #AEA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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