Html Css Color HEX #AF637F Tapestry

📋 copy color: '#AF637F'

red 175 ◦ green 99 ◦ blue 127

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

Shades of Tapestry #AF637F

Tints of Tapestry #AF637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 43.64%
G = 24.69%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF637F (or 0xAF637F) is known color: Tapestry. HEX triplet: AF, 63 and 7F. RGB value is (175,99,127). Sum of RGB (Red+Green+Blue) = 175+99+127=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF637F is #509C80. Grayscale: #7C7C7C. Windows color (decimal): -5282945 or 8348591. OLE color: 8348591.

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

Color convert

RGB 175 99 127 -
CMYK 0 0.43 0.27 0.31
HSL 337.89º 0.32% 0.54% -
HSV(B) 337.89º 0.43% 0.69% -
XYZ 25.97 19.57 22.49 -
YUV 124.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 175 99 127 0 0.43 0.27 0.31 337.89 0.32 0.54
Hex AF 63 7F 0 2B 1B 1F 152 20 36
Octal 257 143 177 0 53 33 37 522 40 66
Binary 10101111 1100011 1111111 0 101011 11011 11111 101010010 100000 110110

Color Harmonies of #AF637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF637F

Black with #AF637F

Text Example


Text Example

White with #AF637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF637F; }

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

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

background-color css

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

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

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

border-color css

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

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

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