Html Css Color HEX #AF818F Tapestry

📋 copy color: '#AF818F'

red 175 ◦ green 129 ◦ blue 143

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

Shades of Tapestry #AF818F

Tints of Tapestry #AF818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 39.15%
G = 28.86%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF818F (or 0xAF818F) is known color: Tapestry. HEX triplet: AF, 81 and 8F. RGB value is (175,129,143). Sum of RGB (Red+Green+Blue) = 175+129+143=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818F is #507E70. Grayscale: #909090. Windows color (decimal): -5275249 or 9404847. OLE color: 9404847.

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

Color convert

RGB 175 129 143 -
CMYK 0 0.26 0.18 0.31
HSL 341.74º 0.22% 0.6% -
HSV(B) 341.74º 0.26% 0.69% -
XYZ 30.49 26.8 29.55 -
YUV 144.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 175 129 143 0 0.26 0.18 0.31 341.74 0.22 0.6
Hex AF 81 8F 0 1A 12 1F 156 16 3C
Octal 257 201 217 0 32 22 37 526 26 74
Binary 10101111 10000001 10001111 0 11010 10010 11111 101010110 10110 111100

Color Harmonies of #AF818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF818F

Black with #AF818F

Text Example


Text Example

White with #AF818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF818F; }

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

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

background-color css

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

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

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

border-color css

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

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

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