Html Css Color HEX #AF748F Tapestry

📋 copy color: '#AF748F'

red 175 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #AF748F

Tints of Tapestry #AF748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

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

R = 40.32%
G = 26.73%
B = 32.95%

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

#AF748F (or 0xAF748F) is known color: Tapestry. HEX triplet: AF, 74 and 8F. RGB value is (175,116,143). Sum of RGB (Red+Green+Blue) = 175+116+143=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF748F is #508B70. Grayscale: #888888. Windows color (decimal): -5278577 or 9401519. OLE color: 9401519.

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

Color convert

RGB 175 116 143 -
CMYK 0 0.34 0.18 0.31
HSL 332.54º 0.27% 0.57% -
HSV(B) 332.54º 0.34% 0.69% -
XYZ 28.88 23.59 29.02 -
YUV 136.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 175 116 143 0 0.34 0.18 0.31 332.54 0.27 0.57
Hex AF 74 8F 0 22 12 1F 14D 1B 39
Octal 257 164 217 0 42 22 37 515 33 71
Binary 10101111 1110100 10001111 0 100010 10010 11111 101001101 11011 111001

Color Harmonies of #AF748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF748F

Black with #AF748F

Text Example


Text Example

White with #AF748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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