Html Css Color HEX #AF757F Tapestry

📋 copy color: '#AF757F'

red 175 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #AF757F

Tints of Tapestry #AF757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.92%

 BLUE value IS 127 (50% from 255) = 30.31%

R = 41.77%
G = 27.92%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF757F (or 0xAF757F) is known color: Tapestry. HEX triplet: AF, 75 and 7F. RGB value is (175,117,127). Sum of RGB (Red+Green+Blue) = 175+117+127=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF757F is #508A80. Grayscale: #878787. Windows color (decimal): -5278337 or 8353199. OLE color: 8353199.

HSL color Cylindrical-coordinate representation of color #AF757F: hue angle of 349.66º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF757F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 127 -
CMYK 0 0.33 0.27 0.31
HSL 349.66º 0.27% 0.57% -
HSV(B) 349.66º 0.33% 0.69% -
XYZ 27.87 23.37 23.12 -
YUV 135.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 175 117 127 0 0.33 0.27 0.31 349.66 0.27 0.57
Hex AF 75 7F 0 21 1B 1F 15E 1B 39
Octal 257 165 177 0 41 33 37 536 33 71
Binary 10101111 1110101 1111111 0 100001 11011 11111 101011110 11011 111001

Color Harmonies of #AF757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF757F

Black with #AF757F

Text Example


Text Example

White with #AF757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF757F; }

 p { color: rgb(175,117,127); }

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

background-color css

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

 a { background-color: rgb(175,117,127); }

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

border-color css

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

 span { border-color: rgb(175,117,127); }

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