Html Css Color HEX #A57280 Tapestry

📋 copy color: '#A57280'

red 165 ◦ green 114 ◦ blue 128

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

Shades of Tapestry #A57280

Tints of Tapestry #A57280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 40.54%
G = 28.01%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A57280 (or 0xA57280) is known color: Tapestry. HEX triplet: A5, 72 and 80. RGB value is (165,114,128). Sum of RGB (Red+Green+Blue) = 165+114+128=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A57280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57280 is #5A8D7F. Grayscale: #828282. Windows color (decimal): -5934464 or 8417957. OLE color: 8417957.

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

Color convert

RGB 165 114 128 -
CMYK 0 0.31 0.22 0.35
HSL 343.53º 0.22% 0.55% -
HSV(B) 343.53º 0.31% 0.65% -
XYZ 25.43 21.59 23.25 -
YUV 130.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 165 114 128 0 0.31 0.22 0.35 343.53 0.22 0.55
Hex A5 72 80 0 1F 16 23 158 16 37
Octal 245 162 200 0 37 26 43 530 26 67
Binary 10100101 1110010 10000000 0 11111 10110 100011 101011000 10110 110111

Color Harmonies of #A57280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57280

Black with #A57280

Text Example


Text Example

White with #A57280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57280; }

 p { color: rgb(165,114,128); }

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

background-color css

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

 a { background-color: rgb(165,114,128); }

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

border-color css

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

 span { border-color: rgb(165,114,128); }

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