Html Css Color HEX #A48189 Tapestry

📋 copy color: '#A48189'

red 164 ◦ green 129 ◦ blue 137

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

Shades of Tapestry #A48189

Tints of Tapestry #A48189

RGB

 RED value IS 164 (64.45% from 255) = 38.14%

 GREEN value IS 129 (50.78% from 255) = 30%

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

R = 38.14%
G = 30%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A48189 (or 0xA48189) is known color: Tapestry. HEX triplet: A4, 81 and 89. RGB value is (164,129,137). Sum of RGB (Red+Green+Blue) = 164+129+137=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48189 is #5B7E76. Grayscale: #8C8C8C. Windows color (decimal): -5996151 or 9011620. OLE color: 9011620.

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

Color convert

RGB 164 129 137 -
CMYK 0 0.21 0.16 0.36
HSL 346.29º 0.16% 0.57% -
HSV(B) 346.29º 0.21% 0.64% -
XYZ 27.68 25.4 27.11 -
YUV 140.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 164 129 137 0 0.21 0.16 0.36 346.29 0.16 0.57
Hex A4 81 89 0 15 10 24 15A 10 39
Octal 244 201 211 0 25 20 44 532 20 71
Binary 10100100 10000001 10001001 0 10101 10000 100100 101011010 10000 111001

Color Harmonies of #A48189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48189

Black with #A48189

Text Example


Text Example

White with #A48189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48189; }

 p { color: rgb(164,129,137); }

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

background-color css

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

 a { background-color: rgb(164,129,137); }

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

border-color css

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

 span { border-color: rgb(164,129,137); }

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