Html Css Color HEX #AF657F Tapestry

📋 copy color: '#AF657F'

red 175 ◦ green 101 ◦ blue 127

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

Shades of Tapestry #AF657F

Tints of Tapestry #AF657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 43.42%
G = 25.06%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF657F (or 0xAF657F) is known color: Tapestry. HEX triplet: AF, 65 and 7F. RGB value is (175,101,127). Sum of RGB (Red+Green+Blue) = 175+101+127=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF657F is #509A80. Grayscale: #7E7E7E. Windows color (decimal): -5282433 or 8349103. OLE color: 8349103.

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

Color convert

RGB 175 101 127 -
CMYK 0 0.42 0.27 0.31
HSL 338.92º 0.32% 0.54% -
HSV(B) 338.92º 0.42% 0.69% -
XYZ 26.16 19.95 22.55 -
YUV 126.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 175 101 127 0 0.42 0.27 0.31 338.92 0.32 0.54
Hex AF 65 7F 0 2A 1B 1F 153 20 36
Octal 257 145 177 0 52 33 37 523 40 66
Binary 10101111 1100101 1111111 0 101010 11011 11111 101010011 100000 110110

Color Harmonies of #AF657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF657F

Black with #AF657F

Text Example


Text Example

White with #AF657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF657F; }

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

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

background-color css

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

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

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

border-color css

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

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

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