Html Css Color HEX #AE9F9B Martini

📋 copy color: '#AE9F9B'

red 174 ◦ green 159 ◦ blue 155

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

Shades of Martini #AE9F9B

Tints of Martini #AE9F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

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

R = 35.66%
G = 32.58%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE9F9B (or 0xAE9F9B) is known color: Martini. HEX triplet: AE, 9F and 9B. RGB value is (174,159,155). Sum of RGB (Red+Green+Blue) = 174+159+155=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9F9B is #516064. Grayscale: #A3A3A3. Windows color (decimal): -5333093 or 10198958. OLE color: 10198958.

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

Color convert

RGB 174 159 155 -
CMYK 0 0.09 0.11 0.32
HSL 12.63º 0.1% 0.65% -
HSV(B) 12.63º 0.11% 0.68% -
XYZ 35.77 36.16 36.1 -
YUV 163.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 174 159 155 0 0.09 0.11 0.32 12.63 0.1 0.65
Hex AE 9F 9B 0 9 B 20 D A 41
Octal 256 237 233 0 11 13 40 15 12 101
Binary 10101110 10011111 10011011 0 1001 1011 100000 1101 1010 1000001

Color Harmonies of #AE9F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9F9B

Black with #AE9F9B

Text Example


Text Example

White with #AE9F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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