Html Css Color HEX #AF748D Tapestry

📋 copy color: '#AF748D'

red 175 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #AF748D

Tints of Tapestry #AF748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 40.51%
G = 26.85%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF748D (or 0xAF748D) is known color: Tapestry. HEX triplet: AF, 74 and 8D. RGB value is (175,116,141). Sum of RGB (Red+Green+Blue) = 175+116+141=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF748D is #508B72. Grayscale: #888888. Windows color (decimal): -5278579 or 9270447. OLE color: 9270447.

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

Color convert

RGB 175 116 141 -
CMYK 0 0.34 0.19 0.31
HSL 334.58º 0.27% 0.57% -
HSV(B) 334.58º 0.34% 0.69% -
XYZ 28.73 23.53 28.23 -
YUV 136.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 175 116 141 0 0.34 0.19 0.31 334.58 0.27 0.57
Hex AF 74 8D 0 22 13 1F 14F 1B 39
Octal 257 164 215 0 42 23 37 517 33 71
Binary 10101111 1110100 10001101 0 100010 10011 11111 101001111 11011 111001

Color Harmonies of #AF748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF748D

Black with #AF748D

Text Example


Text Example

White with #AF748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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