Html Css Color HEX #AF6E7F Tapestry

📋 copy color: '#AF6E7F'

red 175 ◦ green 110 ◦ blue 127

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

Shades of Tapestry #AF6E7F

Tints of Tapestry #AF6E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.7%

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

R = 42.48%
G = 26.7%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF6E7F (or 0xAF6E7F) is known color: Tapestry. HEX triplet: AF, 6E and 7F. RGB value is (175,110,127). Sum of RGB (Red+Green+Blue) = 175+110+127=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E7F is #509180. Grayscale: #838383. Windows color (decimal): -5280129 or 8351407. OLE color: 8351407.

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

Color convert

RGB 175 110 127 -
CMYK 0 0.37 0.27 0.31
HSL 344.31º 0.29% 0.56% -
HSV(B) 344.31º 0.37% 0.69% -
XYZ 27.09 21.8 22.86 -
YUV 131.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 175 110 127 0 0.37 0.27 0.31 344.31 0.29 0.56
Hex AF 6E 7F 0 25 1B 1F 158 1D 38
Octal 257 156 177 0 45 33 37 530 35 70
Binary 10101111 1101110 1111111 0 100101 11011 11111 101011000 11101 111000

Color Harmonies of #AF6E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E7F

Black with #AF6E7F

Text Example


Text Example

White with #AF6E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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