Html Css Color HEX #AFA19E Martini

📋 copy color: '#AFA19E'

red 175 ◦ green 161 ◦ blue 158

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

Shades of Martini #AFA19E

Tints of Martini #AFA19E

RGB

 RED value IS 175 (68.75% from 255) = 35.43%

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

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

R = 35.43%
G = 32.59%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFA19E (or 0xAFA19E) is known color: Martini. HEX triplet: AF, A1 and 9E. RGB value is (175,161,158). Sum of RGB (Red+Green+Blue) = 175+161+158=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA19E is #505E61. Grayscale: #A4A4A4. Windows color (decimal): -5267042 or 10396079. OLE color: 10396079.

HSL color Cylindrical-coordinate representation of color #AFA19E: hue angle of 10.59º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFA19E is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 161 158 -
CMYK 0 0.08 0.10 0.31
HSL 10.59º 0.1% 0.65% -
HSV(B) 10.59º 0.1% 0.69% -
XYZ 36.6 37.07 37.57 -
YUV 164.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 175 161 158 0 0.08 0.10 0.31 10.59 0.1 0.65
Hex AF A1 9E 0 8 A 1F B A 41
Octal 257 241 236 0 10 12 37 13 12 101
Binary 10101111 10100001 10011110 0 1000 1010 11111 1011 1010 1000001

Color Harmonies of #AFA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA19E

Black with #AFA19E

Text Example


Text Example

White with #AFA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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