Html Css Color HEX #A37085 Tapestry

📋 copy color: '#A37085'

red 163 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #A37085

Tints of Tapestry #A37085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.45%

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

R = 39.95%
G = 27.45%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A37085 (or 0xA37085) is known color: Tapestry. HEX triplet: A3, 70 and 85. RGB value is (163,112,133). Sum of RGB (Red+Green+Blue) = 163+112+133=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A37085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37085 is #5C8F7A. Grayscale: #818181. Windows color (decimal): -6066043 or 8745123. OLE color: 8745123.

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

Color convert

RGB 163 112 133 -
CMYK 0 0.31 0.18 0.36
HSL 335.29º 0.22% 0.54% -
HSV(B) 335.29º 0.31% 0.64% -
XYZ 25.13 21.07 24.93 -
YUV 129.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 163 112 133 0 0.31 0.18 0.36 335.29 0.22 0.54
Hex A3 70 85 0 1F 12 24 14F 16 36
Octal 243 160 205 0 37 22 44 517 26 66
Binary 10100011 1110000 10000101 0 11111 10010 100100 101001111 10110 110110

Color Harmonies of #A37085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37085

Black with #A37085

Text Example


Text Example

White with #A37085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37085; }

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

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

background-color css

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

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

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

border-color css

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

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

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