Html Css Color HEX #AF808E Tapestry

📋 copy color: '#AF808E'

red 175 ◦ green 128 ◦ blue 142

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

Shades of Tapestry #AF808E

Tints of Tapestry #AF808E

RGB

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

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

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

R = 39.33%
G = 28.76%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF808E (or 0xAF808E) is known color: Tapestry. HEX triplet: AF, 80 and 8E. RGB value is (175,128,142). Sum of RGB (Red+Green+Blue) = 175+128+142=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF808E is #507F71. Grayscale: #8F8F8F. Windows color (decimal): -5275506 or 9339055. OLE color: 9339055.

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

Color convert

RGB 175 128 142 -
CMYK 0 0.27 0.19 0.31
HSL 342.13º 0.23% 0.59% -
HSV(B) 342.13º 0.27% 0.69% -
XYZ 30.28 26.51 29.11 -
YUV 143.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 175 128 142 0 0.27 0.19 0.31 342.13 0.23 0.59
Hex AF 80 8E 0 1B 13 1F 156 17 3B
Octal 257 200 216 0 33 23 37 526 27 73
Binary 10101111 10000000 10001110 0 11011 10011 11111 101010110 10111 111011

Color Harmonies of #AF808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF808E

Black with #AF808E

Text Example


Text Example

White with #AF808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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