Html Css Color HEX #AEA49E Martini

📋 copy color: '#AEA49E'

red 174 ◦ green 164 ◦ blue 158

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

Shades of Martini #AEA49E

Tints of Martini #AEA49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.06%

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 35.08%
G = 33.06%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AEA49E (or 0xAEA49E) is known color: Martini. HEX triplet: AE, A4 and 9E. RGB value is (174,164,158). Sum of RGB (Red+Green+Blue) = 174+164+158=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA49E is #515B61. Grayscale: #A6A6A6. Windows color (decimal): -5331810 or 10396846. OLE color: 10396846.

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

Color convert

RGB 174 164 158 -
CMYK 0 0.06 0.09 0.32
HSL 22.5º 0.09% 0.65% -
HSV(B) 22.5º 0.09% 0.68% -
XYZ 36.9 38.02 37.74 -
YUV 166.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 174 164 158 0 0.06 0.09 0.32 22.5 0.09 0.65
Hex AE A4 9E 0 6 9 20 16 9 41
Octal 256 244 236 0 6 11 40 26 11 101
Binary 10101110 10100100 10011110 0 110 1001 100000 10110 1001 1000001

Color Harmonies of #AEA49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA49E

Black with #AEA49E

Text Example


Text Example

White with #AEA49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA49E; }

 p { color: rgb(174,164,158); }

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

background-color css

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

 a { background-color: rgb(174,164,158); }

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

border-color css

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

 span { border-color: rgb(174,164,158); }

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