Html Css Color HEX #AEA19E Martini

📋 copy color: '#AEA19E'

red 174 ◦ green 161 ◦ blue 158

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

Shades of Martini #AEA19E

Tints of Martini #AEA19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.66%

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

R = 35.29%
G = 32.66%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AEA19E (or 0xAEA19E) is known color: Martini. HEX triplet: AE, A1 and 9E. RGB value is (174,161,158). Sum of RGB (Red+Green+Blue) = 174+161+158=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19E is #515E61. Grayscale: #A4A4A4. Windows color (decimal): -5332578 or 10396078. OLE color: 10396078.

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

Color convert

RGB 174 161 158 -
CMYK 0 0.07 0.09 0.32
HSL 11.25º 0.09% 0.65% -
HSV(B) 11.25º 0.09% 0.68% -
XYZ 36.37 36.96 37.56 -
YUV 164.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 174 161 158 0 0.07 0.09 0.32 11.25 0.09 0.65
Hex AE A1 9E 0 7 9 20 B 9 41
Octal 256 241 236 0 7 11 40 13 11 101
Binary 10101110 10100001 10011110 0 111 1001 100000 1011 1001 1000001

Color Harmonies of #AEA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA19E

Black with #AEA19E

Text Example


Text Example

White with #AEA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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