Html Css Color HEX #AEA08C Malta

📋 copy color: '#AEA08C'

red 174 ◦ green 160 ◦ blue 140

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

Shades of Malta #AEA08C

Tints of Malta #AEA08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 36.71%
G = 33.76%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AEA08C (or 0xAEA08C) is known color: Malta. HEX triplet: AE, A0 and 8C. RGB value is (174,160,140). Sum of RGB (Red+Green+Blue) = 174+160+140=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA08C is #515F73. Grayscale: #A2A2A2. Windows color (decimal): -5332852 or 9216174. OLE color: 9216174.

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

Color convert

RGB 174 160 140 -
CMYK 0 0.08 0.20 0.32
HSL 35.29º 0.17% 0.62% -
HSV(B) 35.29º 0.2% 0.68% -
XYZ 34.76 36.03 29.93 -
YUV 161.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 174 160 140 0 0.08 0.20 0.32 35.29 0.17 0.62
Hex AE A0 8C 0 8 14 20 23 11 3E
Octal 256 240 214 0 10 24 40 43 21 76
Binary 10101110 10100000 10001100 0 1000 10100 100000 100011 10001 111110

Color Harmonies of #AEA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA08C

Black with #AEA08C

Text Example


Text Example

White with #AEA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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