Html Css Color HEX #AFA39E Martini

📋 copy color: '#AFA39E'

red 175 ◦ green 163 ◦ blue 158

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

Shades of Martini #AFA39E

Tints of Martini #AFA39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.86%

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

R = 35.28%
G = 32.86%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFA39E (or 0xAFA39E) is known color: Martini. HEX triplet: AF, A3 and 9E. RGB value is (175,163,158). Sum of RGB (Red+Green+Blue) = 175+163+158=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA39E is #505C61. Grayscale: #A6A6A6. Windows color (decimal): -5266530 or 10396591. OLE color: 10396591.

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

Color convert

RGB 175 163 158 -
CMYK 0 0.07 0.10 0.31
HSL 17.65º 0.1% 0.65% -
HSV(B) 17.65º 0.1% 0.69% -
XYZ 36.95 37.78 37.69 -
YUV 166.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 175 163 158 0 0.07 0.10 0.31 17.65 0.1 0.65
Hex AF A3 9E 0 7 A 1F 12 A 41
Octal 257 243 236 0 7 12 37 22 12 101
Binary 10101111 10100011 10011110 0 111 1010 11111 10010 1010 1000001

Color Harmonies of #AFA39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA39E

Black with #AFA39E

Text Example


Text Example

White with #AFA39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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