Html Css Color HEX #A48188 Tapestry

📋 copy color: '#A48188'

red 164 ◦ green 129 ◦ blue 136

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

Shades of Tapestry #A48188

Tints of Tapestry #A48188

RGB

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

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

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

R = 38.23%
G = 30.07%
B = 31.7%

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

#A48188 (or 0xA48188) is known color: Tapestry. HEX triplet: A4, 81 and 88. RGB value is (164,129,136). Sum of RGB (Red+Green+Blue) = 164+129+136=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48188 is #5B7E77. Grayscale: #8C8C8C. Windows color (decimal): -5996152 or 8946084. OLE color: 8946084.

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

Color convert

RGB 164 129 136 -
CMYK 0 0.21 0.17 0.36
HSL 348º 0.16% 0.57% -
HSV(B) 348º 0.21% 0.64% -
XYZ 27.6 25.37 26.73 -
YUV 140.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 164 129 136 0 0.21 0.17 0.36 348 0.16 0.57
Hex A4 81 88 0 15 11 24 15C 10 39
Octal 244 201 210 0 25 21 44 534 20 71
Binary 10100100 10000001 10001000 0 10101 10001 100100 101011100 10000 111001

Color Harmonies of #A48188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48188

Black with #A48188

Text Example


Text Example

White with #A48188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48188; }

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

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

background-color css

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

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

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

border-color css

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

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

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