Html Css Color HEX #AF878F Tapestry

📋 copy color: '#AF878F'

red 175 ◦ green 135 ◦ blue 143

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

Shades of Tapestry #AF878F

Tints of Tapestry #AF878F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.57%

R = 38.63%
G = 29.8%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF878F (or 0xAF878F) is known color: Tapestry. HEX triplet: AF, 87 and 8F. RGB value is (175,135,143). Sum of RGB (Red+Green+Blue) = 175+135+143=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF878F is #507870. Grayscale: #939393. Windows color (decimal): -5273713 or 9406383. OLE color: 9406383.

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

Color convert

RGB 175 135 143 -
CMYK 0 0.23 0.18 0.31
HSL 348º 0.2% 0.61% -
HSV(B) 348º 0.23% 0.69% -
XYZ 31.3 28.43 29.82 -
YUV 147.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 175 135 143 0 0.23 0.18 0.31 348 0.2 0.61
Hex AF 87 8F 0 17 12 1F 15C 14 3D
Octal 257 207 217 0 27 22 37 534 24 75
Binary 10101111 10000111 10001111 0 10111 10010 11111 101011100 10100 111101

Color Harmonies of #AF878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF878F

Black with #AF878F

Text Example


Text Example

White with #AF878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF878F; }

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

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

background-color css

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

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

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

border-color css

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

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

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