Html Css Color HEX #AF868D Tapestry

📋 copy color: '#AF868D'

red 175 ◦ green 134 ◦ blue 141

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

Shades of Tapestry #AF868D

Tints of Tapestry #AF868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 38.89%
G = 29.78%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF868D (or 0xAF868D) is known color: Tapestry. HEX triplet: AF, 86 and 8D. RGB value is (175,134,141). Sum of RGB (Red+Green+Blue) = 175+134+141=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF868D is #507972. Grayscale: #939393. Windows color (decimal): -5273971 or 9275055. OLE color: 9275055.

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

Color convert

RGB 175 134 141 -
CMYK 0 0.23 0.19 0.31
HSL 349.76º 0.2% 0.61% -
HSV(B) 349.76º 0.23% 0.69% -
XYZ 31.01 28.09 28.99 -
YUV 147.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 175 134 141 0 0.23 0.19 0.31 349.76 0.2 0.61
Hex AF 86 8D 0 17 13 1F 15E 14 3D
Octal 257 206 215 0 27 23 37 536 24 75
Binary 10101111 10000110 10001101 0 10111 10011 11111 101011110 10100 111101

Color Harmonies of #AF868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF868D

Black with #AF868D

Text Example


Text Example

White with #AF868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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