Html Css Color HEX #A48288 Tapestry

📋 copy color: '#A48288'

red 164 ◦ green 130 ◦ blue 136

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

Shades of Tapestry #A48288

Tints of Tapestry #A48288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 38.14%
G = 30.23%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A48288 (or 0xA48288) is known color: Tapestry. HEX triplet: A4, 82 and 88. RGB value is (164,130,136). Sum of RGB (Red+Green+Blue) = 164+130+136=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48288 is #5B7D77. Grayscale: #8C8C8C. Windows color (decimal): -5995896 or 8946340. OLE color: 8946340.

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

Color convert

RGB 164 130 136 -
CMYK 0 0.21 0.17 0.36
HSL 349.41º 0.16% 0.58% -
HSV(B) 349.41º 0.21% 0.64% -
XYZ 27.74 25.64 26.78 -
YUV 140.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 164 130 136 0 0.21 0.17 0.36 349.41 0.16 0.58
Hex A4 82 88 0 15 11 24 15D 10 3A
Octal 244 202 210 0 25 21 44 535 20 72
Binary 10100100 10000010 10001000 0 10101 10001 100100 101011101 10000 111010

Color Harmonies of #A48288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48288

Black with #A48288

Text Example


Text Example

White with #A48288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48288; }

 p { color: rgb(164,130,136); }

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

background-color css

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

 a { background-color: rgb(164,130,136); }

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

border-color css

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

 span { border-color: rgb(164,130,136); }

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