Html Css Color HEX #AF707F Tapestry

📋 copy color: '#AF707F'

red 175 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #AF707F

Tints of Tapestry #AF707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 42.27%
G = 27.05%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF707F (or 0xAF707F) is known color: Tapestry. HEX triplet: AF, 70 and 7F. RGB value is (175,112,127). Sum of RGB (Red+Green+Blue) = 175+112+127=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF707F is #508F80. Grayscale: #848484. Windows color (decimal): -5279617 or 8351919. OLE color: 8351919.

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

Color convert

RGB 175 112 127 -
CMYK 0 0.36 0.27 0.31
HSL 345.71º 0.28% 0.56% -
HSV(B) 345.71º 0.36% 0.69% -
XYZ 27.3 22.23 22.93 -
YUV 132.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 175 112 127 0 0.36 0.27 0.31 345.71 0.28 0.56
Hex AF 70 7F 0 24 1B 1F 15A 1C 38
Octal 257 160 177 0 44 33 37 532 34 70
Binary 10101111 1110000 1111111 0 100100 11011 11111 101011010 11100 111000

Color Harmonies of #AF707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF707F

Black with #AF707F

Text Example


Text Example

White with #AF707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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