Html Css Color HEX #AF7180 Tapestry

📋 copy color: '#AF7180'

red 175 ◦ green 113 ◦ blue 128

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

Shades of Tapestry #AF7180

Tints of Tapestry #AF7180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

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

R = 42.07%
G = 27.16%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF7180 (or 0xAF7180) is known color: Tapestry. HEX triplet: AF, 71 and 80. RGB value is (175,113,128). Sum of RGB (Red+Green+Blue) = 175+113+128=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7180 is #508E7F. Grayscale: #858585. Windows color (decimal): -5279360 or 8417711. OLE color: 8417711.

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

Color convert

RGB 175 113 128 -
CMYK 0 0.35 0.27 0.31
HSL 345.48º 0.28% 0.56% -
HSV(B) 345.48º 0.35% 0.69% -
XYZ 27.48 22.48 23.31 -
YUV 133.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 175 113 128 0 0.35 0.27 0.31 345.48 0.28 0.56
Hex AF 71 80 0 23 1B 1F 159 1C 38
Octal 257 161 200 0 43 33 37 531 34 70
Binary 10101111 1110001 10000000 0 100011 11011 11111 101011001 11100 111000

Color Harmonies of #AF7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7180

Black with #AF7180

Text Example


Text Example

White with #AF7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7180; }

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

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

background-color css

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

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

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

border-color css

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

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

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