Html Css Color HEX #AF798B Tapestry

📋 copy color: '#AF798B'

red 175 ◦ green 121 ◦ blue 139

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

Shades of Tapestry #AF798B

Tints of Tapestry #AF798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 40.23%
G = 27.82%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF798B (or 0xAF798B) is known color: Tapestry. HEX triplet: AF, 79 and 8B. RGB value is (175,121,139). Sum of RGB (Red+Green+Blue) = 175+121+139=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798B is #508674. Grayscale: #8B8B8B. Windows color (decimal): -5277301 or 9140655. OLE color: 9140655.

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

Color convert

RGB 175 121 139 -
CMYK 0 0.31 0.21 0.31
HSL 340º 0.25% 0.58% -
HSV(B) 340º 0.31% 0.69% -
XYZ 29.18 24.65 27.65 -
YUV 139.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 175 121 139 0 0.31 0.21 0.31 340 0.25 0.58
Hex AF 79 8B 0 1F 15 1F 154 19 3A
Octal 257 171 213 0 37 25 37 524 31 72
Binary 10101111 1111001 10001011 0 11111 10101 11111 101010100 11001 111010

Color Harmonies of #AF798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF798B

Black with #AF798B

Text Example


Text Example

White with #AF798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF798B; }

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

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

background-color css

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

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

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

border-color css

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

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

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