Html Css Color HEX #AF858E Tapestry

📋 copy color: '#AF858E'

red 175 ◦ green 133 ◦ blue 142

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

Shades of Tapestry #AF858E

Tints of Tapestry #AF858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.56%

 BLUE value IS 142 (55.86% from 255) = 31.56%

R = 38.89%
G = 29.56%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF858E (or 0xAF858E) is known color: Tapestry. HEX triplet: AF, 85 and 8E. RGB value is (175,133,142). Sum of RGB (Red+Green+Blue) = 175+133+142=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858E is #507A71. Grayscale: #929292. Windows color (decimal): -5274226 or 9340335. OLE color: 9340335.

HSL color Cylindrical-coordinate representation of color #AF858E: hue angle of 347.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF858E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 142 -
CMYK 0 0.24 0.19 0.31
HSL 347.14º 0.21% 0.6% -
HSV(B) 347.14º 0.24% 0.69% -
XYZ 30.95 27.84 29.33 -
YUV 146.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 175 133 142 0 0.24 0.19 0.31 347.14 0.21 0.6
Hex AF 85 8E 0 18 13 1F 15B 15 3C
Octal 257 205 216 0 30 23 37 533 25 74
Binary 10101111 10000101 10001110 0 11000 10011 11111 101011011 10101 111100

Color Harmonies of #AF858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF858E

Black with #AF858E

Text Example


Text Example

White with #AF858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF858E; }

 p { color: rgb(175,133,142); }

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

background-color css

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

 a { background-color: rgb(175,133,142); }

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

border-color css

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

 span { border-color: rgb(175,133,142); }

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