Html Css Color HEX #A47888 Tapestry

📋 copy color: '#A47888'

red 164 ◦ green 120 ◦ blue 136

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

Shades of Tapestry #A47888

Tints of Tapestry #A47888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.57%

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 39.05%
G = 28.57%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A47888 (or 0xA47888) is known color: Tapestry. HEX triplet: A4, 78 and 88. RGB value is (164,120,136). Sum of RGB (Red+Green+Blue) = 164+120+136=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A47888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47888 is #5B8777. Grayscale: #868686. Windows color (decimal): -5998456 or 8943780. OLE color: 8943780.

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

Color convert

RGB 164 120 136 -
CMYK 0 0.27 0.17 0.36
HSL 338.18º 0.19% 0.56% -
HSV(B) 338.18º 0.27% 0.64% -
XYZ 26.47 23.1 26.36 -
YUV 134.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 164 120 136 0 0.27 0.17 0.36 338.18 0.19 0.56
Hex A4 78 88 0 1B 11 24 152 13 38
Octal 244 170 210 0 33 21 44 522 23 70
Binary 10100100 1111000 10001000 0 11011 10001 100100 101010010 10011 111000

Color Harmonies of #A47888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47888

Black with #A47888

Text Example


Text Example

White with #A47888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47888; }

 p { color: rgb(164,120,136); }

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

background-color css

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

 a { background-color: rgb(164,120,136); }

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

border-color css

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

 span { border-color: rgb(164,120,136); }

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