Html Css Color HEX #AF808F Tapestry

📋 copy color: '#AF808F'

red 175 ◦ green 128 ◦ blue 143

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

Shades of Tapestry #AF808F

Tints of Tapestry #AF808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 39.24%
G = 28.7%
B = 32.06%

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

#AF808F (or 0xAF808F) is known color: Tapestry. HEX triplet: AF, 80 and 8F. RGB value is (175,128,143). Sum of RGB (Red+Green+Blue) = 175+128+143=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF808F is #507F70. Grayscale: #8F8F8F. Windows color (decimal): -5275505 or 9404591. OLE color: 9404591.

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

Color convert

RGB 175 128 143 -
CMYK 0 0.27 0.18 0.31
HSL 340.85º 0.23% 0.59% -
HSV(B) 340.85º 0.27% 0.69% -
XYZ 30.36 26.54 29.51 -
YUV 143.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 175 128 143 0 0.27 0.18 0.31 340.85 0.23 0.59
Hex AF 80 8F 0 1B 12 1F 155 17 3B
Octal 257 200 217 0 33 22 37 525 27 73
Binary 10101111 10000000 10001111 0 11011 10010 11111 101010101 10111 111011

Color Harmonies of #AF808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF808F

Black with #AF808F

Text Example


Text Example

White with #AF808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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