Html Css Color HEX #AF7881 Tapestry

📋 copy color: '#AF7881'

red 175 ◦ green 120 ◦ blue 129

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

Shades of Tapestry #AF7881

Tints of Tapestry #AF7881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 41.27%
G = 28.3%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7881 (or 0xAF7881) is known color: Tapestry. HEX triplet: AF, 78 and 81. RGB value is (175,120,129). Sum of RGB (Red+Green+Blue) = 175+120+129=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7881 is #50877E. Grayscale: #898989. Windows color (decimal): -5277567 or 8485039. OLE color: 8485039.

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

Color convert

RGB 175 120 129 -
CMYK 0 0.31 0.26 0.31
HSL 350.18º 0.26% 0.58% -
HSV(B) 350.18º 0.31% 0.69% -
XYZ 28.36 24.13 23.93 -
YUV 137.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 175 120 129 0 0.31 0.26 0.31 350.18 0.26 0.58
Hex AF 78 81 0 1F 1A 1F 15E 1A 3A
Octal 257 170 201 0 37 32 37 536 32 72
Binary 10101111 1111000 10000001 0 11111 11010 11111 101011110 11010 111010

Color Harmonies of #AF7881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7881

Black with #AF7881

Text Example


Text Example

White with #AF7881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7881; }

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

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

background-color css

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

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

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

border-color css

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

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

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