Html Css Color HEX #A8647A Tapestry

📋 copy color: '#A8647A'

red 168 ◦ green 100 ◦ blue 122

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

Shades of Tapestry #A8647A

Tints of Tapestry #A8647A

RGB

 RED value IS 168 (66.02% from 255) = 43.08%

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 43.08%
G = 25.64%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8647A (or 0xA8647A) is known color: Tapestry. HEX triplet: A8, 64 and 7A. RGB value is (168,100,122). Sum of RGB (Red+Green+Blue) = 168+100+122=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8647A is #579B85. Grayscale: #7A7A7A. Windows color (decimal): -5741446 or 8021160. OLE color: 8021160.

HSL color Cylindrical-coordinate representation of color #A8647A: hue angle of 340.59º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8647A is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 100 122 -
CMYK 0 0.40 0.27 0.34
HSL 340.59º 0.28% 0.53% -
HSV(B) 340.59º 0.4% 0.66% -
XYZ 24.22 18.84 20.77 -
YUV 122.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 168 100 122 0 0.40 0.27 0.34 340.59 0.28 0.53
Hex A8 64 7A 0 28 1B 22 155 1C 35
Octal 250 144 172 0 50 33 42 525 34 65
Binary 10101000 1100100 1111010 0 101000 11011 100010 101010101 11100 110101

Color Harmonies of #A8647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8647A

Black with #A8647A

Text Example


Text Example

White with #A8647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8647A; }

 p { color: rgb(168,100,122); }

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

background-color css

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

 a { background-color: rgb(168,100,122); }

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

border-color css

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

 span { border-color: rgb(168,100,122); }

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