Html Css Color HEX #A47A89 Tapestry

📋 copy color: '#A47A89'

red 164 ◦ green 122 ◦ blue 137

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

Shades of Tapestry #A47A89

Tints of Tapestry #A47A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 137 (53.91% from 255) = 32.39%

R = 38.77%
G = 28.84%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A47A89 (or 0xA47A89) is known color: Tapestry. HEX triplet: A4, 7A and 89. RGB value is (164,122,137). Sum of RGB (Red+Green+Blue) = 164+122+137=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A89 is #5B8576. Grayscale: #888888. Windows color (decimal): -5997943 or 9009828. OLE color: 9009828.

HSL color Cylindrical-coordinate representation of color #A47A89: hue angle of 338.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47A89 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 137 -
CMYK 0 0.26 0.16 0.36
HSL 338.57º 0.19% 0.56% -
HSV(B) 338.57º 0.26% 0.64% -
XYZ 26.78 23.62 26.81 -
YUV 136.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 164 122 137 0 0.26 0.16 0.36 338.57 0.19 0.56
Hex A4 7A 89 0 1A 10 24 153 13 38
Octal 244 172 211 0 32 20 44 523 23 70
Binary 10100100 1111010 10001001 0 11010 10000 100100 101010011 10011 111000

Color Harmonies of #A47A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A89

Black with #A47A89

Text Example


Text Example

White with #A47A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A89; }

 p { color: rgb(164,122,137); }

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

background-color css

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

 a { background-color: rgb(164,122,137); }

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

border-color css

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

 span { border-color: rgb(164,122,137); }

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