Html Css Color HEX #A38489 Tapestry

📋 copy color: '#A38489'

red 163 ◦ green 132 ◦ blue 137

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

Shades of Tapestry #A38489

Tints of Tapestry #A38489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

 BLUE value IS 137 (53.91% from 255) = 31.71%

R = 37.73%
G = 30.56%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A38489 (or 0xA38489) is known color: Tapestry. HEX triplet: A3, 84 and 89. RGB value is (163,132,137). Sum of RGB (Red+Green+Blue) = 163+132+137=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A38489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38489 is #5C7B76. Grayscale: #8D8D8D. Windows color (decimal): -6060919 or 9012387. OLE color: 9012387.

HSL color Cylindrical-coordinate representation of color #A38489: hue angle of 350.32º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38489 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 132 137 -
CMYK 0 0.19 0.16 0.36
HSL 350.32º 0.14% 0.58% -
HSV(B) 350.32º 0.19% 0.64% -
XYZ 27.87 26.1 27.23 -
YUV 141.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 163 132 137 0 0.19 0.16 0.36 350.32 0.14 0.58
Hex A3 84 89 0 13 10 24 15E E 3A
Octal 243 204 211 0 23 20 44 536 16 72
Binary 10100011 10000100 10001001 0 10011 10000 100100 101011110 1110 111010

Color Harmonies of #A38489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38489

Black with #A38489

Text Example


Text Example

White with #A38489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38489; }

 p { color: rgb(163,132,137); }

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

background-color css

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

 a { background-color: rgb(163,132,137); }

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

border-color css

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

 span { border-color: rgb(163,132,137); }

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