Html Css Color HEX #A57984 Tapestry

📋 copy color: '#A57984'

red 165 ◦ green 121 ◦ blue 132

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

Shades of Tapestry #A57984

Tints of Tapestry #A57984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 39.47%
G = 28.95%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A57984 (or 0xA57984) is known color: Tapestry. HEX triplet: A5, 79 and 84. RGB value is (165,121,132). Sum of RGB (Red+Green+Blue) = 165+121+132=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A57984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57984 is #5A867B. Grayscale: #878787. Windows color (decimal): -5932668 or 8681893. OLE color: 8681893.

HSL color Cylindrical-coordinate representation of color #A57984: hue angle of 345º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57984 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 121 132 -
CMYK 0 0.27 0.20 0.35
HSL 345º 0.2% 0.56% -
HSV(B) 345º 0.27% 0.65% -
XYZ 26.52 23.34 24.94 -
YUV 135.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 165 121 132 0 0.27 0.20 0.35 345 0.2 0.56
Hex A5 79 84 0 1B 14 23 159 14 38
Octal 245 171 204 0 33 24 43 531 24 70
Binary 10100101 1111001 10000100 0 11011 10100 100011 101011001 10100 111000

Color Harmonies of #A57984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57984

Black with #A57984

Text Example


Text Example

White with #A57984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57984; }

 p { color: rgb(165,121,132); }

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

background-color css

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

 a { background-color: rgb(165,121,132); }

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

border-color css

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

 span { border-color: rgb(165,121,132); }

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