Html Css Color HEX #AEA00A Lucky

📋 copy color: '#AEA00A'

red 174 ◦ green 160 ◦ blue 10

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

Shades of Lucky #AEA00A

Tints of Lucky #AEA00A

RGB

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

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

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

R = 50.58%
G = 46.51%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA00A (or 0xAEA00A) is known color: Lucky. HEX triplet: AE, A0 and 0A. RGB value is (174,160,10). Sum of RGB (Red+Green+Blue) = 174+160+10=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA00A is #515FF5. Grayscale: #939393. Windows color (decimal): -5332982 or 696494. OLE color: 696494.

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

Color convert

RGB 174 160 10 -
CMYK 0 0.08 0.94 0.32
HSL 54.88º 0.89% 0.36% -
HSV(B) 54.88º 0.94% 0.68% -
XYZ 30.08 34.16 5.3 -
YUV 147.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 174 160 10 0 0.08 0.94 0.32 54.88 0.89 0.36
Hex AE A0 A 0 8 5E 20 37 59 24
Octal 256 240 12 0 10 136 40 67 131 44
Binary 10101110 10100000 1010 0 1000 1011110 100000 110111 1011001 100100

Color Harmonies of #AEA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA00A

Black with #AEA00A

Text Example


Text Example

White with #AEA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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