Html Css Color HEX #AEA08E Malta

📋 copy color: '#AEA08E'

red 174 ◦ green 160 ◦ blue 142

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

Shades of Malta #AEA08E

Tints of Malta #AEA08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 36.55%
G = 33.61%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AEA08E (or 0xAEA08E) is known color: Malta. HEX triplet: AE, A0 and 8E. RGB value is (174,160,142). Sum of RGB (Red+Green+Blue) = 174+160+142=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA08E is #515F71. Grayscale: #A2A2A2. Windows color (decimal): -5332850 or 9347246. OLE color: 9347246.

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

Color convert

RGB 174 160 142 -
CMYK 0 0.08 0.18 0.32
HSL 33.75º 0.16% 0.62% -
HSV(B) 33.75º 0.18% 0.68% -
XYZ 34.91 36.09 30.72 -
YUV 162.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 174 160 142 0 0.08 0.18 0.32 33.75 0.16 0.62
Hex AE A0 8E 0 8 12 20 22 10 3E
Octal 256 240 216 0 10 22 40 42 20 76
Binary 10101110 10100000 10001110 0 1000 10010 100000 100010 10000 111110

Color Harmonies of #AEA08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA08E

Black with #AEA08E

Text Example


Text Example

White with #AEA08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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