Html Css Color HEX #AF718A Tapestry

📋 copy color: '#AF718A'

red 175 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #AF718A

Tints of Tapestry #AF718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 41.08%
G = 26.53%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF718A (or 0xAF718A) is known color: Tapestry. HEX triplet: AF, 71 and 8A. RGB value is (175,113,138). Sum of RGB (Red+Green+Blue) = 175+113+138=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718A is #508E75. Grayscale: #868686. Windows color (decimal): -5279350 or 9073071. OLE color: 9073071.

HSL color Cylindrical-coordinate representation of color #AF718A: hue angle of 335.81º 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 #AF718A is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 138 -
CMYK 0 0.35 0.21 0.31
HSL 335.81º 0.28% 0.56% -
HSV(B) 335.81º 0.35% 0.69% -
XYZ 28.17 22.76 26.95 -
YUV 134.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 175 113 138 0 0.35 0.21 0.31 335.81 0.28 0.56
Hex AF 71 8A 0 23 15 1F 150 1C 38
Octal 257 161 212 0 43 25 37 520 34 70
Binary 10101111 1110001 10001010 0 100011 10101 11111 101010000 11100 111000

Color Harmonies of #AF718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF718A

Black with #AF718A

Text Example


Text Example

White with #AF718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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