Html Css Color HEX #AF627F Tapestry

📋 copy color: '#AF627F'

red 175 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #AF627F

Tints of Tapestry #AF627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

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

R = 43.75%
G = 24.5%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF627F (or 0xAF627F) is known color: Tapestry. HEX triplet: AF, 62 and 7F. RGB value is (175,98,127). Sum of RGB (Red+Green+Blue) = 175+98+127=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF627F is #509D80. Grayscale: #7C7C7C. Windows color (decimal): -5283201 or 8348335. OLE color: 8348335.

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

Color convert

RGB 175 98 127 -
CMYK 0 0.44 0.27 0.31
HSL 337.4º 0.32% 0.54% -
HSV(B) 337.4º 0.44% 0.69% -
XYZ 25.88 19.38 22.46 -
YUV 124.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 175 98 127 0 0.44 0.27 0.31 337.4 0.32 0.54
Hex AF 62 7F 0 2C 1B 1F 151 20 36
Octal 257 142 177 0 54 33 37 521 40 66
Binary 10101111 1100010 1111111 0 101100 11011 11111 101010001 100000 110110

Color Harmonies of #AF627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF627F

Black with #AF627F

Text Example


Text Example

White with #AF627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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