Html Css Color HEX #AF737D Tapestry

📋 copy color: '#AF737D'

red 175 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #AF737D

Tints of Tapestry #AF737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 42.17%
G = 27.71%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF737D (or 0xAF737D) is known color: Tapestry. HEX triplet: AF, 73 and 7D. RGB value is (175,115,125). Sum of RGB (Red+Green+Blue) = 175+115+125=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF737D is #508C82. Grayscale: #868686. Windows color (decimal): -5278851 or 8221615. OLE color: 8221615.

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

Color convert

RGB 175 115 125 -
CMYK 0 0.34 0.29 0.31
HSL 350º 0.27% 0.57% -
HSV(B) 350º 0.34% 0.69% -
XYZ 27.51 22.86 22.36 -
YUV 134.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 175 115 125 0 0.34 0.29 0.31 350 0.27 0.57
Hex AF 73 7D 0 22 1D 1F 15E 1B 39
Octal 257 163 175 0 42 35 37 536 33 71
Binary 10101111 1110011 1111101 0 100010 11101 11111 101011110 11011 111001

Color Harmonies of #AF737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF737D

Black with #AF737D

Text Example


Text Example

White with #AF737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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