Html Css Color HEX #AF7380 Tapestry

📋 copy color: '#AF7380'

red 175 ◦ green 115 ◦ blue 128

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

Shades of Tapestry #AF7380

Tints of Tapestry #AF7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 41.87%
G = 27.51%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF7380 (or 0xAF7380) is known color: Tapestry. HEX triplet: AF, 73 and 80. RGB value is (175,115,128). Sum of RGB (Red+Green+Blue) = 175+115+128=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7380 is #508C7F. Grayscale: #868686. Windows color (decimal): -5278848 or 8418223. OLE color: 8418223.

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

Color convert

RGB 175 115 128 -
CMYK 0 0.34 0.27 0.31
HSL 347º 0.27% 0.57% -
HSV(B) 347º 0.34% 0.69% -
XYZ 27.71 22.93 23.39 -
YUV 134.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 175 115 128 0 0.34 0.27 0.31 347 0.27 0.57
Hex AF 73 80 0 22 1B 1F 15B 1B 39
Octal 257 163 200 0 42 33 37 533 33 71
Binary 10101111 1110011 10000000 0 100010 11011 11111 101011011 11011 111001

Color Harmonies of #AF7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7380

Black with #AF7380

Text Example


Text Example

White with #AF7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7380; }

 p { color: rgb(175,115,128); }

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

background-color css

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

 a { background-color: rgb(175,115,128); }

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

border-color css

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

 span { border-color: rgb(175,115,128); }

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