Html Css Color HEX #AF7680 Tapestry

📋 copy color: '#AF7680'

red 175 ◦ green 118 ◦ blue 128

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

Shades of Tapestry #AF7680

Tints of Tapestry #AF7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.03%

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

R = 41.57%
G = 28.03%
B = 30.4%

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

#AF7680 (or 0xAF7680) is known color: Tapestry. HEX triplet: AF, 76 and 80. RGB value is (175,118,128). Sum of RGB (Red+Green+Blue) = 175+118+128=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7680 is #50897F. Grayscale: #888888. Windows color (decimal): -5278080 or 8418991. OLE color: 8418991.

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

Color convert

RGB 175 118 128 -
CMYK 0 0.33 0.27 0.31
HSL 349.47º 0.26% 0.57% -
HSV(B) 349.47º 0.33% 0.69% -
XYZ 28.05 23.63 23.5 -
YUV 136.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 175 118 128 0 0.33 0.27 0.31 349.47 0.26 0.57
Hex AF 76 80 0 21 1B 1F 15D 1A 39
Octal 257 166 200 0 41 33 37 535 32 71
Binary 10101111 1110110 10000000 0 100001 11011 11111 101011101 11010 111001

Color Harmonies of #AF7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7680

Black with #AF7680

Text Example


Text Example

White with #AF7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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