Html Css Color HEX #AF868C Tapestry

📋 copy color: '#AF868C'

red 175 ◦ green 134 ◦ blue 140

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

Shades of Tapestry #AF868C

Tints of Tapestry #AF868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

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

R = 38.98%
G = 29.84%
B = 31.18%

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

#AF868C (or 0xAF868C) is known color: Tapestry. HEX triplet: AF, 86 and 8C. RGB value is (175,134,140). Sum of RGB (Red+Green+Blue) = 175+134+140=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF868C is #507973. Grayscale: #929292. Windows color (decimal): -5273972 or 9209519. OLE color: 9209519.

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

Color convert

RGB 175 134 140 -
CMYK 0 0.23 0.2 0.31
HSL 351.22º 0.2% 0.61% -
HSV(B) 351.22º 0.23% 0.69% -
XYZ 30.94 28.06 28.6 -
YUV 146.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 175 134 140 0 0.23 0.2 0.31 351.22 0.2 0.61
Hex AF 86 8C 0 17 14 1F 15F 14 3D
Octal 257 206 214 0 27 24 37 537 24 75
Binary 10101111 10000110 10001100 0 10111 10100 11111 101011111 10100 111101

Color Harmonies of #AF868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF868C

Black with #AF868C

Text Example


Text Example

White with #AF868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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