Html Css Color HEX #A37585 Tapestry

📋 copy color: '#A37585'

red 163 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #A37585

Tints of Tapestry #A37585

RGB

 RED value IS 163 (64.06% from 255) = 39.47%

 GREEN value IS 117 (46.09% from 255) = 28.33%

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

R = 39.47%
G = 28.33%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A37585 (or 0xA37585) is known color: Tapestry. HEX triplet: A3, 75 and 85. RGB value is (163,117,133). Sum of RGB (Red+Green+Blue) = 163+117+133=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A37585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37585 is #5C8A7A. Grayscale: #848484. Windows color (decimal): -6064763 or 8746403. OLE color: 8746403.

HSL color Cylindrical-coordinate representation of color #A37585: hue angle of 339.13º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37585 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 117 133 -
CMYK 0 0.28 0.18 0.36
HSL 339.13º 0.2% 0.55% -
HSV(B) 339.13º 0.28% 0.64% -
XYZ 25.7 22.2 25.12 -
YUV 132.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 163 117 133 0 0.28 0.18 0.36 339.13 0.2 0.55
Hex A3 75 85 0 1C 12 24 153 14 37
Octal 243 165 205 0 34 22 44 523 24 67
Binary 10100011 1110101 10000101 0 11100 10010 100100 101010011 10100 110111

Color Harmonies of #A37585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37585

Black with #A37585

Text Example


Text Example

White with #A37585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37585; }

 p { color: rgb(163,117,133); }

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

background-color css

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

 a { background-color: rgb(163,117,133); }

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

border-color css

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

 span { border-color: rgb(163,117,133); }

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