Html Css Color HEX #A57088 Tapestry

📋 copy color: '#A57088'

red 165 ◦ green 112 ◦ blue 136

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

Shades of Tapestry #A57088

Tints of Tapestry #A57088

RGB

 RED value IS 165 (64.84% from 255) = 39.95%

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 39.95%
G = 27.12%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A57088 (or 0xA57088) is known color: Tapestry. HEX triplet: A5, 70 and 88. RGB value is (165,112,136). Sum of RGB (Red+Green+Blue) = 165+112+136=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A57088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57088 is #5A8F77. Grayscale: #828282. Windows color (decimal): -5934968 or 8941733. OLE color: 8941733.

HSL color Cylindrical-coordinate representation of color #A57088: hue angle of 332.83º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57088 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 136 -
CMYK 0 0.32 0.18 0.35
HSL 332.83º 0.23% 0.54% -
HSV(B) 332.83º 0.32% 0.65% -
XYZ 25.76 21.37 26.06 -
YUV 130.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 165 112 136 0 0.32 0.18 0.35 332.83 0.23 0.54
Hex A5 70 88 0 20 12 23 14D 17 36
Octal 245 160 210 0 40 22 43 515 27 66
Binary 10100101 1110000 10001000 0 100000 10010 100011 101001101 10111 110110

Color Harmonies of #A57088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57088

Black with #A57088

Text Example


Text Example

White with #A57088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57088; }

 p { color: rgb(165,112,136); }

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

background-color css

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

 a { background-color: rgb(165,112,136); }

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

border-color css

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

 span { border-color: rgb(165,112,136); }

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