Html Css Color HEX #AF718E Tapestry

📋 copy color: '#AF718E'

red 175 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #AF718E

Tints of Tapestry #AF718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.28%

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

R = 40.7%
G = 26.28%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF718E (or 0xAF718E) is known color: Tapestry. HEX triplet: AF, 71 and 8E. RGB value is (175,113,142). Sum of RGB (Red+Green+Blue) = 175+113+142=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718E is #508E71. Grayscale: #868686. Windows color (decimal): -5279346 or 9335215. OLE color: 9335215.

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

Color convert

RGB 175 113 142 -
CMYK 0 0.35 0.19 0.31
HSL 331.94º 0.28% 0.56% -
HSV(B) 331.94º 0.35% 0.69% -
XYZ 28.47 22.88 28.51 -
YUV 134.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 175 113 142 0 0.35 0.19 0.31 331.94 0.28 0.56
Hex AF 71 8E 0 23 13 1F 14C 1C 38
Octal 257 161 216 0 43 23 37 514 34 70
Binary 10101111 1110001 10001110 0 100011 10011 11111 101001100 11100 111000

Color Harmonies of #AF718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF718E

Black with #AF718E

Text Example


Text Example

White with #AF718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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