Html Css Color HEX #AF798A Tapestry

📋 copy color: '#AF798A'

red 175 ◦ green 121 ◦ blue 138

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

Shades of Tapestry #AF798A

Tints of Tapestry #AF798A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 40.32%
G = 27.88%
B = 31.8%

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

#AF798A (or 0xAF798A) is known color: Tapestry. HEX triplet: AF, 79 and 8A. RGB value is (175,121,138). Sum of RGB (Red+Green+Blue) = 175+121+138=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798A is #508675. Grayscale: #8B8B8B. Windows color (decimal): -5277302 or 9075119. OLE color: 9075119.

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

Color convert

RGB 175 121 138 -
CMYK 0 0.31 0.21 0.31
HSL 341.11º 0.25% 0.58% -
HSV(B) 341.11º 0.31% 0.69% -
XYZ 29.1 24.62 27.26 -
YUV 139.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 175 121 138 0 0.31 0.21 0.31 341.11 0.25 0.58
Hex AF 79 8A 0 1F 15 1F 155 19 3A
Octal 257 171 212 0 37 25 37 525 31 72
Binary 10101111 1111001 10001010 0 11111 10101 11111 101010101 11001 111010

Color Harmonies of #AF798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF798A

Black with #AF798A

Text Example


Text Example

White with #AF798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF798A; }

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

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

background-color css

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

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

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

border-color css

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

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

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