Html Css Color HEX #A37582 Tapestry

📋 copy color: '#A37582'

red 163 ◦ green 117 ◦ blue 130

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

Shades of Tapestry #A37582

Tints of Tapestry #A37582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 39.76%
G = 28.54%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A37582 (or 0xA37582) is known color: Tapestry. HEX triplet: A3, 75 and 82. RGB value is (163,117,130). Sum of RGB (Red+Green+Blue) = 163+117+130=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A37582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37582 is #5C8A7D. Grayscale: #848484. Windows color (decimal): -6064766 or 8549795. OLE color: 8549795.

HSL color Cylindrical-coordinate representation of color #A37582: hue angle of 343.04º 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 #A37582 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 117 130 -
CMYK 0 0.28 0.20 0.36
HSL 343.04º 0.2% 0.55% -
HSV(B) 343.04º 0.28% 0.64% -
XYZ 25.49 22.12 24.05 -
YUV 132.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 163 117 130 0 0.28 0.20 0.36 343.04 0.2 0.55
Hex A3 75 82 0 1C 14 24 157 14 37
Octal 243 165 202 0 34 24 44 527 24 67
Binary 10100011 1110101 10000010 0 11100 10100 100100 101010111 10100 110111

Color Harmonies of #A37582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37582

Black with #A37582

Text Example


Text Example

White with #A37582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37582; }

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

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

background-color css

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

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

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

border-color css

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

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

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