Html Css Color HEX #A18088 Tapestry

📋 copy color: '#A18088'

red 161 ◦ green 128 ◦ blue 136

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

Shades of Tapestry #A18088

Tints of Tapestry #A18088

RGB

 RED value IS 161 (63.28% from 255) = 37.88%

 GREEN value IS 128 (50.39% from 255) = 30.12%

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

R = 37.88%
G = 30.12%
B = 32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A18088 (or 0xA18088) is known color: Tapestry. HEX triplet: A1, 80 and 88. RGB value is (161,128,136). Sum of RGB (Red+Green+Blue) = 161+128+136=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18088 is #5E7F77. Grayscale: #8A8A8A. Windows color (decimal): -6193016 or 8945825. OLE color: 8945825.

HSL color Cylindrical-coordinate representation of color #A18088: hue angle of 345.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18088 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 136 -
CMYK 0 0.20 0.16 0.37
HSL 345.45º 0.15% 0.57% -
HSV(B) 345.45º 0.2% 0.63% -
XYZ 26.86 24.79 26.66 -
YUV 138.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 161 128 136 0 0.20 0.16 0.37 345.45 0.15 0.57
Hex A1 80 88 0 14 10 25 159 F 39
Octal 241 200 210 0 24 20 45 531 17 71
Binary 10100001 10000000 10001000 0 10100 10000 100101 101011001 1111 111001

Color Harmonies of #A18088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18088

Black with #A18088

Text Example


Text Example

White with #A18088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18088; }

 p { color: rgb(161,128,136); }

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

background-color css

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

 a { background-color: rgb(161,128,136); }

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

border-color css

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

 span { border-color: rgb(161,128,136); }

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