Html Css Color HEX #AF637C Tapestry

📋 copy color: '#AF637C'

red 175 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #AF637C

Tints of Tapestry #AF637C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 43.97%
G = 24.87%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF637C (or 0xAF637C) is known color: Tapestry. HEX triplet: AF, 63 and 7C. RGB value is (175,99,124). Sum of RGB (Red+Green+Blue) = 175+99+124=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF637C is #509C83. Grayscale: #7C7C7C. Windows color (decimal): -5282948 or 8151983. OLE color: 8151983.

HSL color Cylindrical-coordinate representation of color #AF637C: hue angle of 340.26º 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 #AF637C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 124 -
CMYK 0 0.43 0.29 0.31
HSL 340.26º 0.32% 0.54% -
HSV(B) 340.26º 0.43% 0.69% -
XYZ 25.78 19.49 21.47 -
YUV 124.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 175 99 124 0 0.43 0.29 0.31 340.26 0.32 0.54
Hex AF 63 7C 0 2B 1D 1F 154 20 36
Octal 257 143 174 0 53 35 37 524 40 66
Binary 10101111 1100011 1111100 0 101011 11101 11111 101010100 100000 110110

Color Harmonies of #AF637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF637C

Black with #AF637C

Text Example


Text Example

White with #AF637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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