Html Css Color HEX #AF798D Tapestry

📋 copy color: '#AF798D'

red 175 ◦ green 121 ◦ blue 141

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

Shades of Tapestry #AF798D

Tints of Tapestry #AF798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.69%

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

R = 40.05%
G = 27.69%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF798D (or 0xAF798D) is known color: Tapestry. HEX triplet: AF, 79 and 8D. RGB value is (175,121,141). Sum of RGB (Red+Green+Blue) = 175+121+141=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798D is #508672. Grayscale: #8B8B8B. Windows color (decimal): -5277299 or 9271727. OLE color: 9271727.

HSL color Cylindrical-coordinate representation of color #AF798D: hue angle of 337.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF798D is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 141 -
CMYK 0 0.31 0.19 0.31
HSL 337.78º 0.25% 0.58% -
HSV(B) 337.78º 0.31% 0.69% -
XYZ 29.32 24.71 28.42 -
YUV 139.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 175 121 141 0 0.31 0.19 0.31 337.78 0.25 0.58
Hex AF 79 8D 0 1F 13 1F 152 19 3A
Octal 257 171 215 0 37 23 37 522 31 72
Binary 10101111 1111001 10001101 0 11111 10011 11111 101010010 11001 111010

Color Harmonies of #AF798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF798D

Black with #AF798D

Text Example


Text Example

White with #AF798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF798D; }

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

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

background-color css

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

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

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

border-color css

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

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

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