Html Css Color HEX #AF7580 Tapestry

📋 copy color: '#AF7580'

red 175 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #AF7580

Tints of Tapestry #AF7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

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

R = 41.67%
G = 27.86%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF7580 (or 0xAF7580) is known color: Tapestry. HEX triplet: AF, 75 and 80. RGB value is (175,117,128). Sum of RGB (Red+Green+Blue) = 175+117+128=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7580 is #508A7F. Grayscale: #878787. Windows color (decimal): -5278336 or 8418735. OLE color: 8418735.

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

Color convert

RGB 175 117 128 -
CMYK 0 0.33 0.27 0.31
HSL 348.62º 0.27% 0.57% -
HSV(B) 348.62º 0.33% 0.69% -
XYZ 27.94 23.4 23.47 -
YUV 135.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 175 117 128 0 0.33 0.27 0.31 348.62 0.27 0.57
Hex AF 75 80 0 21 1B 1F 15D 1B 39
Octal 257 165 200 0 41 33 37 535 33 71
Binary 10101111 1110101 10000000 0 100001 11011 11111 101011101 11011 111001

Color Harmonies of #AF7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7580

Black with #AF7580

Text Example


Text Example

White with #AF7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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