Html Css Color HEX #A4707F Tapestry

📋 copy color: '#A4707F'

red 164 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #A4707F

Tints of Tapestry #A4707F

RGB

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

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

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

R = 40.69%
G = 27.79%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4707F (or 0xA4707F) is known color: Tapestry. HEX triplet: A4, 70 and 7F. RGB value is (164,112,127). Sum of RGB (Red+Green+Blue) = 164+112+127=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4707F is #5B8F80. Grayscale: #818181. Windows color (decimal): -6000513 or 8351908. OLE color: 8351908.

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

Color convert

RGB 164 112 127 -
CMYK 0 0.32 0.23 0.36
HSL 342.69º 0.22% 0.54% -
HSV(B) 342.69º 0.32% 0.64% -
XYZ 24.93 21.01 22.82 -
YUV 129.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 164 112 127 0 0.32 0.23 0.36 342.69 0.22 0.54
Hex A4 70 7F 0 20 17 24 157 16 36
Octal 244 160 177 0 40 27 44 527 26 66
Binary 10100100 1110000 1111111 0 100000 10111 100100 101010111 10110 110110

Color Harmonies of #A4707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4707F

Black with #A4707F

Text Example


Text Example

White with #A4707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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