Html Css Color HEX #A4717F Tapestry

📋 copy color: '#A4717F'

red 164 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #A4717F

Tints of Tapestry #A4717F

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 40.59%
G = 27.97%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4717F (or 0xA4717F) is known color: Tapestry. HEX triplet: A4, 71 and 7F. RGB value is (164,113,127). Sum of RGB (Red+Green+Blue) = 164+113+127=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4717F is #5B8E80. Grayscale: #818181. Windows color (decimal): -6000257 or 8352164. OLE color: 8352164.

HSL color Cylindrical-coordinate representation of color #A4717F: hue angle of 343.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4717F is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 127 -
CMYK 0 0.31 0.23 0.36
HSL 343.53º 0.22% 0.54% -
HSV(B) 343.53º 0.31% 0.64% -
XYZ 25.05 21.24 22.86 -
YUV 129.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 164 113 127 0 0.31 0.23 0.36 343.53 0.22 0.54
Hex A4 71 7F 0 1F 17 24 158 16 36
Octal 244 161 177 0 37 27 44 530 26 66
Binary 10100100 1110001 1111111 0 11111 10111 100100 101011000 10110 110110

Color Harmonies of #A4717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4717F

Black with #A4717F

Text Example


Text Example

White with #A4717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4717F; }

 p { color: rgb(164,113,127); }

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

background-color css

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

 a { background-color: rgb(164,113,127); }

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

border-color css

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

 span { border-color: rgb(164,113,127); }

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