Html Css Color HEX #A57483 Tapestry

📋 copy color: '#A57483'

red 165 ◦ green 116 ◦ blue 131

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

Shades of Tapestry #A57483

Tints of Tapestry #A57483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.8%

R = 40.05%
G = 28.16%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A57483 (or 0xA57483) is known color: Tapestry. HEX triplet: A5, 74 and 83. RGB value is (165,116,131). Sum of RGB (Red+Green+Blue) = 165+116+131=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A57483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57483 is #5A8B7C. Grayscale: #848484. Windows color (decimal): -5933949 or 8615077. OLE color: 8615077.

HSL color Cylindrical-coordinate representation of color #A57483: hue angle of 341.63º 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 #A57483 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 131 -
CMYK 0 0.30 0.21 0.35
HSL 341.63º 0.21% 0.55% -
HSV(B) 341.63º 0.3% 0.65% -
XYZ 25.86 22.13 24.38 -
YUV 132.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 165 116 131 0 0.30 0.21 0.35 341.63 0.21 0.55
Hex A5 74 83 0 1E 15 23 156 15 37
Octal 245 164 203 0 36 25 43 526 25 67
Binary 10100101 1110100 10000011 0 11110 10101 100011 101010110 10101 110111

Color Harmonies of #A57483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57483

Black with #A57483

Text Example


Text Example

White with #A57483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57483; }

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

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

background-color css

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

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

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

border-color css

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

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

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