Html Css Color HEX #AF878C Tapestry

📋 copy color: '#AF878C'

red 175 ◦ green 135 ◦ blue 140

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

Shades of Tapestry #AF878C

Tints of Tapestry #AF878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30%

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 38.89%
G = 30%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF878C (or 0xAF878C) is known color: Tapestry. HEX triplet: AF, 87 and 8C. RGB value is (175,135,140). Sum of RGB (Red+Green+Blue) = 175+135+140=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF878C is #507873. Grayscale: #939393. Windows color (decimal): -5273716 or 9209775. OLE color: 9209775.

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

Color convert

RGB 175 135 140 -
CMYK 0 0.23 0.2 0.31
HSL 352.5º 0.2% 0.61% -
HSV(B) 352.5º 0.23% 0.69% -
XYZ 31.08 28.34 28.64 -
YUV 147.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 175 135 140 0 0.23 0.2 0.31 352.5 0.2 0.61
Hex AF 87 8C 0 17 14 1F 160 14 3D
Octal 257 207 214 0 27 24 37 540 24 75
Binary 10101111 10000111 10001100 0 10111 10100 11111 101100000 10100 111101

Color Harmonies of #AF878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF878C

Black with #AF878C

Text Example


Text Example

White with #AF878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF878C; }

 p { color: rgb(175,135,140); }

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

background-color css

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

 a { background-color: rgb(175,135,140); }

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

border-color css

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

 span { border-color: rgb(175,135,140); }

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