Html Css Color HEX #AF738D Tapestry

📋 copy color: '#AF738D'

red 175 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #AF738D

Tints of Tapestry #AF738D

RGB

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

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

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

R = 40.6%
G = 26.68%
B = 32.71%

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

#AF738D (or 0xAF738D) is known color: Tapestry. HEX triplet: AF, 73 and 8D. RGB value is (175,115,141). Sum of RGB (Red+Green+Blue) = 175+115+141=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF738D is #508C72. Grayscale: #878787. Windows color (decimal): -5278835 or 9270191. OLE color: 9270191.

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

Color convert

RGB 175 115 141 -
CMYK 0 0.34 0.19 0.31
HSL 334º 0.27% 0.57% -
HSV(B) 334º 0.34% 0.69% -
XYZ 28.62 23.3 28.19 -
YUV 135.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 175 115 141 0 0.34 0.19 0.31 334 0.27 0.57
Hex AF 73 8D 0 22 13 1F 14E 1B 39
Octal 257 163 215 0 42 23 37 516 33 71
Binary 10101111 1110011 10001101 0 100010 10011 11111 101001110 11011 111001

Color Harmonies of #AF738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF738D

Black with #AF738D

Text Example


Text Example

White with #AF738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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