Html Css Color HEX #A18087 Tapestry

📋 copy color: '#A18087'

red 161 ◦ green 128 ◦ blue 135

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

Shades of Tapestry #A18087

Tints of Tapestry #A18087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 37.97%
G = 30.19%
B = 31.84%

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

#A18087 (or 0xA18087) is known color: Tapestry. HEX triplet: A1, 80 and 87. RGB value is (161,128,135). Sum of RGB (Red+Green+Blue) = 161+128+135=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18087 is #5E7F78. Grayscale: #8A8A8A. Windows color (decimal): -6193017 or 8880289. OLE color: 8880289.

HSL color Cylindrical-coordinate representation of color #A18087: hue angle of 347.27º 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 #A18087 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 135 -
CMYK 0 0.20 0.16 0.37
HSL 347.27º 0.15% 0.57% -
HSV(B) 347.27º 0.2% 0.63% -
XYZ 26.79 24.76 26.29 -
YUV 138.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 161 128 135 0 0.20 0.16 0.37 347.27 0.15 0.57
Hex A1 80 87 0 14 10 25 15B F 39
Octal 241 200 207 0 24 20 45 533 17 71
Binary 10100001 10000000 10000111 0 10100 10000 100101 101011011 1111 111001

Color Harmonies of #A18087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18087

Black with #A18087

Text Example


Text Example

White with #A18087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18087; }

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

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

background-color css

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

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

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

border-color css

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

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

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