Html Css Color HEX #AF617F Tapestry

📋 copy color: '#AF617F'

red 175 ◦ green 97 ◦ blue 127

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

Shades of Tapestry #AF617F

Tints of Tapestry #AF617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.31%

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

R = 43.86%
G = 24.31%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF617F (or 0xAF617F) is known color: Tapestry. HEX triplet: AF, 61 and 7F. RGB value is (175,97,127). Sum of RGB (Red+Green+Blue) = 175+97+127=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF617F is #509E80. Grayscale: #7B7B7B. Windows color (decimal): -5283457 or 8348079. OLE color: 8348079.

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

Color convert

RGB 175 97 127 -
CMYK 0 0.45 0.27 0.31
HSL 336.92º 0.33% 0.53% -
HSV(B) 336.92º 0.45% 0.69% -
XYZ 25.78 19.2 22.42 -
YUV 123.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 175 97 127 0 0.45 0.27 0.31 336.92 0.33 0.53
Hex AF 61 7F 0 2D 1B 1F 151 21 35
Octal 257 141 177 0 55 33 37 521 41 65
Binary 10101111 1100001 1111111 0 101101 11011 11111 101010001 100001 110101

Color Harmonies of #AF617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF617F

Black with #AF617F

Text Example


Text Example

White with #AF617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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