Html Css Color HEX #A27988 Tapestry

📋 copy color: '#A27988'

red 162 ◦ green 121 ◦ blue 136

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

Shades of Tapestry #A27988

Tints of Tapestry #A27988

RGB

 RED value IS 162 (63.67% from 255) = 38.66%

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 38.66%
G = 28.88%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A27988 (or 0xA27988) is known color: Tapestry. HEX triplet: A2, 79 and 88. RGB value is (162,121,136). Sum of RGB (Red+Green+Blue) = 162+121+136=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A27988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27988 is #5D8677. Grayscale: #868686. Windows color (decimal): -6129272 or 8944034. OLE color: 8944034.

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

Color convert

RGB 162 121 136 -
CMYK 0 0.25 0.16 0.36
HSL 338.05º 0.18% 0.55% -
HSV(B) 338.05º 0.25% 0.64% -
XYZ 26.18 23.13 26.38 -
YUV 134.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 162 121 136 0 0.25 0.16 0.36 338.05 0.18 0.55
Hex A2 79 88 0 19 10 24 152 12 37
Octal 242 171 210 0 31 20 44 522 22 67
Binary 10100010 1111001 10001000 0 11001 10000 100100 101010010 10010 110111

Color Harmonies of #A27988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27988

Black with #A27988

Text Example


Text Example

White with #A27988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27988; }

 p { color: rgb(162,121,136); }

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

background-color css

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

 a { background-color: rgb(162,121,136); }

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

border-color css

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

 span { border-color: rgb(162,121,136); }

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