Html Css Color HEX #AEA090 Malta

📋 copy color: '#AEA090'

red 174 ◦ green 160 ◦ blue 144

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

Shades of Malta #AEA090

Tints of Malta #AEA090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 36.4%
G = 33.47%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AEA090 (or 0xAEA090) is known color: Malta. HEX triplet: AE, A0 and 90. RGB value is (174,160,144). Sum of RGB (Red+Green+Blue) = 174+160+144=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA090 is #515F6F. Grayscale: #A2A2A2. Windows color (decimal): -5332848 or 9478318. OLE color: 9478318.

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

Color convert

RGB 174 160 144 -
CMYK 0 0.08 0.17 0.32
HSL 32º 0.16% 0.62% -
HSV(B) 32º 0.17% 0.68% -
XYZ 35.06 36.15 31.52 -
YUV 162.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 174 160 144 0 0.08 0.17 0.32 32 0.16 0.62
Hex AE A0 90 0 8 11 20 20 10 3E
Octal 256 240 220 0 10 21 40 40 20 76
Binary 10101110 10100000 10010000 0 1000 10001 100000 100000 10000 111110

Color Harmonies of #AEA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA090

Black with #AEA090

Text Example


Text Example

White with #AEA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA090; }

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

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

background-color css

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

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

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

border-color css

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

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

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