Html Css Color HEX #AF738F Tapestry

📋 copy color: '#AF738F'

red 175 ◦ green 115 ◦ blue 143

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

Shades of Tapestry #AF738F

Tints of Tapestry #AF738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.56%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 40.42%
G = 26.56%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF738F (or 0xAF738F) is known color: Tapestry. HEX triplet: AF, 73 and 8F. RGB value is (175,115,143). Sum of RGB (Red+Green+Blue) = 175+115+143=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF738F is #508C70. Grayscale: #888888. Windows color (decimal): -5278833 or 9401263. OLE color: 9401263.

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

Color convert

RGB 175 115 143 -
CMYK 0 0.34 0.18 0.31
HSL 332º 0.27% 0.57% -
HSV(B) 332º 0.34% 0.69% -
XYZ 28.77 23.36 28.98 -
YUV 136.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 175 115 143 0 0.34 0.18 0.31 332 0.27 0.57
Hex AF 73 8F 0 22 12 1F 14C 1B 39
Octal 257 163 217 0 42 22 37 514 33 71
Binary 10101111 1110011 10001111 0 100010 10010 11111 101001100 11011 111001

Color Harmonies of #AF738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF738F

Black with #AF738F

Text Example


Text Example

White with #AF738F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF738F; }

 p { color: rgb(175,115,143); }

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

background-color css

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

 a { background-color: rgb(175,115,143); }

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

border-color css

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

 span { border-color: rgb(175,115,143); }

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