Html Css Color HEX #AEA19B Martini

📋 copy color: '#AEA19B'

red 174 ◦ green 161 ◦ blue 155

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

Shades of Martini #AEA19B

Tints of Martini #AEA19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 35.51%
G = 32.86%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AEA19B (or 0xAEA19B) is known color: Martini. HEX triplet: AE, A1 and 9B. RGB value is (174,161,155). Sum of RGB (Red+Green+Blue) = 174+161+155=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19B is #515E64. Grayscale: #A4A4A4. Windows color (decimal): -5332581 or 10199470. OLE color: 10199470.

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

Color convert

RGB 174 161 155 -
CMYK 0 0.07 0.11 0.32
HSL 18.95º 0.1% 0.65% -
HSV(B) 18.95º 0.11% 0.68% -
XYZ 36.12 36.85 36.22 -
YUV 164.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 174 161 155 0 0.07 0.11 0.32 18.95 0.1 0.65
Hex AE A1 9B 0 7 B 20 13 A 41
Octal 256 241 233 0 7 13 40 23 12 101
Binary 10101110 10100001 10011011 0 111 1011 100000 10011 1010 1000001

Color Harmonies of #AEA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA19B

Black with #AEA19B

Text Example


Text Example

White with #AEA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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