Html Css Color HEX #A47588 Tapestry

📋 copy color: '#A47588'

red 164 ◦ green 117 ◦ blue 136

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

Shades of Tapestry #A47588

Tints of Tapestry #A47588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

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

R = 39.33%
G = 28.06%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A47588 (or 0xA47588) is known color: Tapestry. HEX triplet: A4, 75 and 88. RGB value is (164,117,136). Sum of RGB (Red+Green+Blue) = 164+117+136=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A47588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47588 is #5B8A77. Grayscale: #858585. Windows color (decimal): -5999224 or 8943012. OLE color: 8943012.

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

Color convert

RGB 164 117 136 -
CMYK 0 0.29 0.17 0.36
HSL 335.74º 0.21% 0.55% -
HSV(B) 335.74º 0.29% 0.64% -
XYZ 26.12 22.39 26.24 -
YUV 133.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 164 117 136 0 0.29 0.17 0.36 335.74 0.21 0.55
Hex A4 75 88 0 1D 11 24 150 15 37
Octal 244 165 210 0 35 21 44 520 25 67
Binary 10100100 1110101 10001000 0 11101 10001 100100 101010000 10101 110111

Color Harmonies of #A47588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47588

Black with #A47588

Text Example


Text Example

White with #A47588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47588; }

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

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

background-color css

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

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

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

border-color css

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

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

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