Html Css Color HEX #A5707F Tapestry

📋 copy color: '#A5707F'

red 165 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #A5707F

Tints of Tapestry #A5707F

RGB

 RED value IS 165 (64.84% from 255) = 40.84%

 GREEN value IS 112 (44.14% from 255) = 27.72%

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

R = 40.84%
G = 27.72%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5707F (or 0xA5707F) is known color: Tapestry. HEX triplet: A5, 70 and 7F. RGB value is (165,112,127). Sum of RGB (Red+Green+Blue) = 165+112+127=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5707F is #5A8F80. Grayscale: #818181. Windows color (decimal): -5934977 or 8351909. OLE color: 8351909.

HSL color Cylindrical-coordinate representation of color #A5707F: hue angle of 343.02º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5707F is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 127 -
CMYK 0 0.32 0.23 0.35
HSL 343.02º 0.23% 0.54% -
HSV(B) 343.02º 0.32% 0.65% -
XYZ 25.14 21.12 22.83 -
YUV 129.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 165 112 127 0 0.32 0.23 0.35 343.02 0.23 0.54
Hex A5 70 7F 0 20 17 23 157 17 36
Octal 245 160 177 0 40 27 43 527 27 66
Binary 10100101 1110000 1111111 0 100000 10111 100011 101010111 10111 110110

Color Harmonies of #A5707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5707F

Black with #A5707F

Text Example


Text Example

White with #A5707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5707F; }

 p { color: rgb(165,112,127); }

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

background-color css

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

 a { background-color: rgb(165,112,127); }

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

border-color css

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

 span { border-color: rgb(165,112,127); }

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