Html Css Color HEX #AF818D Tapestry

📋 copy color: '#AF818D'

red 175 ◦ green 129 ◦ blue 141

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

Shades of Tapestry #AF818D

Tints of Tapestry #AF818D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 39.33%
G = 28.99%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF818D (or 0xAF818D) is known color: Tapestry. HEX triplet: AF, 81 and 8D. RGB value is (175,129,141). Sum of RGB (Red+Green+Blue) = 175+129+141=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818D is #507E72. Grayscale: #909090. Windows color (decimal): -5275251 or 9273775. OLE color: 9273775.

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

Color convert

RGB 175 129 141 -
CMYK 0 0.26 0.19 0.31
HSL 344.35º 0.22% 0.6% -
HSV(B) 344.35º 0.26% 0.69% -
XYZ 30.34 26.74 28.76 -
YUV 144.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 175 129 141 0 0.26 0.19 0.31 344.35 0.22 0.6
Hex AF 81 8D 0 1A 13 1F 158 16 3C
Octal 257 201 215 0 32 23 37 530 26 74
Binary 10101111 10000001 10001101 0 11010 10011 11111 101011000 10110 111100

Color Harmonies of #AF818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF818D

Black with #AF818D

Text Example


Text Example

White with #AF818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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