Html Css Color HEX #AF7780 Tapestry

📋 copy color: '#AF7780'

red 175 ◦ green 119 ◦ blue 128

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

Shades of Tapestry #AF7780

Tints of Tapestry #AF7780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

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

R = 41.47%
G = 28.2%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF7780 (or 0xAF7780) is known color: Tapestry. HEX triplet: AF, 77 and 80. RGB value is (175,119,128). Sum of RGB (Red+Green+Blue) = 175+119+128=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7780 is #50887F. Grayscale: #888888. Windows color (decimal): -5277824 or 8419247. OLE color: 8419247.

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

Color convert

RGB 175 119 128 -
CMYK 0 0.32 0.27 0.31
HSL 350.36º 0.26% 0.58% -
HSV(B) 350.36º 0.32% 0.69% -
XYZ 28.17 23.87 23.54 -
YUV 136.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 175 119 128 0 0.32 0.27 0.31 350.36 0.26 0.58
Hex AF 77 80 0 20 1B 1F 15E 1A 3A
Octal 257 167 200 0 40 33 37 536 32 72
Binary 10101111 1110111 10000000 0 100000 11011 11111 101011110 11010 111010

Color Harmonies of #AF7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7780

Black with #AF7780

Text Example


Text Example

White with #AF7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7780; }

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

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

background-color css

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

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

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

border-color css

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

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

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