Html Css Color HEX #AF738C Tapestry

📋 copy color: '#AF738C'

red 175 ◦ green 115 ◦ blue 140

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

Shades of Tapestry #AF738C

Tints of Tapestry #AF738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 40.7%
G = 26.74%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF738C (or 0xAF738C) is known color: Tapestry. HEX triplet: AF, 73 and 8C. RGB value is (175,115,140). Sum of RGB (Red+Green+Blue) = 175+115+140=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF738C is #508C73. Grayscale: #878787. Windows color (decimal): -5278836 or 9204655. OLE color: 9204655.

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

Color convert

RGB 175 115 140 -
CMYK 0 0.34 0.2 0.31
HSL 335º 0.27% 0.57% -
HSV(B) 335º 0.34% 0.69% -
XYZ 28.54 23.27 27.8 -
YUV 135.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 175 115 140 0 0.34 0.2 0.31 335 0.27 0.57
Hex AF 73 8C 0 22 14 1F 14F 1B 39
Octal 257 163 214 0 42 24 37 517 33 71
Binary 10101111 1110011 10001100 0 100010 10100 11111 101001111 11011 111001

Color Harmonies of #AF738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF738C

Black with #AF738C

Text Example


Text Example

White with #AF738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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