Html Css Color HEX #AF637E Tapestry

📋 copy color: '#AF637E'

red 175 ◦ green 99 ◦ blue 126

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

Shades of Tapestry #AF637E

Tints of Tapestry #AF637E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 43.75%
G = 24.75%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF637E (or 0xAF637E) is known color: Tapestry. HEX triplet: AF, 63 and 7E. RGB value is (175,99,126). Sum of RGB (Red+Green+Blue) = 175+99+126=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF637E is #509C81. Grayscale: #7C7C7C. Windows color (decimal): -5282946 or 8283055. OLE color: 8283055.

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

Color convert

RGB 175 99 126 -
CMYK 0 0.43 0.28 0.31
HSL 338.68º 0.32% 0.54% -
HSV(B) 338.68º 0.43% 0.69% -
XYZ 25.91 19.54 22.15 -
YUV 124.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 175 99 126 0 0.43 0.28 0.31 338.68 0.32 0.54
Hex AF 63 7E 0 2B 1C 1F 153 20 36
Octal 257 143 176 0 53 34 37 523 40 66
Binary 10101111 1100011 1111110 0 101011 11100 11111 101010011 100000 110110

Color Harmonies of #AF637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF637E

Black with #AF637E

Text Example


Text Example

White with #AF637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF637E; }

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

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

background-color css

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

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

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

border-color css

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

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

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