Html Css Color HEX #AF7F8F Tapestry

📋 copy color: '#AF7F8F'

red 175 ◦ green 127 ◦ blue 143

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

Shades of Tapestry #AF7F8F

Tints of Tapestry #AF7F8F

RGB

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

 GREEN value IS 127 (50% from 255) = 28.54%

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

R = 39.33%
G = 28.54%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF7F8F (or 0xAF7F8F) is known color: Tapestry. HEX triplet: AF, 7F and 8F. RGB value is (175,127,143). Sum of RGB (Red+Green+Blue) = 175+127+143=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F8F is #508070. Grayscale: #8F8F8F. Windows color (decimal): -5275761 or 9404335. OLE color: 9404335.

HSL color Cylindrical-coordinate representation of color #AF7F8F: hue angle of 340º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F8F is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 143 -
CMYK 0 0.27 0.18 0.31
HSL 340º 0.23% 0.59% -
HSV(B) 340º 0.27% 0.69% -
XYZ 30.23 26.28 29.47 -
YUV 143.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 175 127 143 0 0.27 0.18 0.31 340 0.23 0.59
Hex AF 7F 8F 0 1B 12 1F 154 17 3B
Octal 257 177 217 0 33 22 37 524 27 73
Binary 10101111 1111111 10001111 0 11011 10010 11111 101010100 10111 111011

Color Harmonies of #AF7F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F8F

Black with #AF7F8F

Text Example


Text Example

White with #AF7F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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