Html Css Color HEX #AFA09C Martini

📋 copy color: '#AFA09C'

red 175 ◦ green 160 ◦ blue 156

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

Shades of Martini #AFA09C

Tints of Martini #AFA09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.59%

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 35.64%
G = 32.59%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AFA09C (or 0xAFA09C) is known color: Martini. HEX triplet: AF, A0 and 9C. RGB value is (175,160,156). Sum of RGB (Red+Green+Blue) = 175+160+156=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA09C is #505F63. Grayscale: #A4A4A4. Windows color (decimal): -5267300 or 10264751. OLE color: 10264751.

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

Color convert

RGB 175 160 156 -
CMYK 0 0.09 0.11 0.31
HSL 12.63º 0.11% 0.65% -
HSV(B) 12.63º 0.11% 0.69% -
XYZ 36.25 36.66 36.62 -
YUV 164.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 175 160 156 0 0.09 0.11 0.31 12.63 0.11 0.65
Hex AF A0 9C 0 9 B 1F D B 41
Octal 257 240 234 0 11 13 37 15 13 101
Binary 10101111 10100000 10011100 0 1001 1011 11111 1101 1011 1000001

Color Harmonies of #AFA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA09C

Black with #AFA09C

Text Example


Text Example

White with #AFA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA09C; }

 p { color: rgb(175,160,156); }

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

background-color css

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

 a { background-color: rgb(175,160,156); }

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

border-color css

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

 span { border-color: rgb(175,160,156); }

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