Html Css Color HEX #AF798E Tapestry

📋 copy color: '#AF798E'

red 175 ◦ green 121 ◦ blue 142

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

Shades of Tapestry #AF798E

Tints of Tapestry #AF798E

RGB

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

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

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

R = 39.95%
G = 27.63%
B = 32.42%

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

#AF798E (or 0xAF798E) is known color: Tapestry. HEX triplet: AF, 79 and 8E. RGB value is (175,121,142). Sum of RGB (Red+Green+Blue) = 175+121+142=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798E is #508671. Grayscale: #8B8B8B. Windows color (decimal): -5277298 or 9337263. OLE color: 9337263.

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

Color convert

RGB 175 121 142 -
CMYK 0 0.31 0.19 0.31
HSL 336.67º 0.25% 0.58% -
HSV(B) 336.67º 0.31% 0.69% -
XYZ 29.4 24.74 28.82 -
YUV 139.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 175 121 142 0 0.31 0.19 0.31 336.67 0.25 0.58
Hex AF 79 8E 0 1F 13 1F 151 19 3A
Octal 257 171 216 0 37 23 37 521 31 72
Binary 10101111 1111001 10001110 0 11111 10011 11111 101010001 11001 111010

Color Harmonies of #AF798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF798E

Black with #AF798E

Text Example


Text Example

White with #AF798E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF798E; }

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

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

background-color css

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

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

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

border-color css

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

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

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