Html Css Color HEX #A57485 Tapestry

📋 copy color: '#A57485'

red 165 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #A57485

Tints of Tapestry #A57485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 39.86%
G = 28.02%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A57485 (or 0xA57485) is known color: Tapestry. HEX triplet: A5, 74 and 85. RGB value is (165,116,133). Sum of RGB (Red+Green+Blue) = 165+116+133=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A57485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57485 is #5A8B7A. Grayscale: #848484. Windows color (decimal): -5933947 or 8746149. OLE color: 8746149.

HSL color Cylindrical-coordinate representation of color #A57485: hue angle of 339.18º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57485 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 133 -
CMYK 0 0.30 0.19 0.35
HSL 339.18º 0.21% 0.55% -
HSV(B) 339.18º 0.3% 0.65% -
XYZ 26 22.18 25.1 -
YUV 132.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 165 116 133 0 0.30 0.19 0.35 339.18 0.21 0.55
Hex A5 74 85 0 1E 13 23 153 15 37
Octal 245 164 205 0 36 23 43 523 25 67
Binary 10100101 1110100 10000101 0 11110 10011 100011 101010011 10101 110111

Color Harmonies of #A57485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57485

Black with #A57485

Text Example


Text Example

White with #A57485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57485; }

 p { color: rgb(165,116,133); }

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

background-color css

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

 a { background-color: rgb(165,116,133); }

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

border-color css

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

 span { border-color: rgb(165,116,133); }

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