Html Css Color HEX #A88690 Tapestry

📋 copy color: '#A88690'

red 168 ◦ green 134 ◦ blue 144

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

Shades of Tapestry #A88690

Tints of Tapestry #A88690

RGB

 RED value IS 168 (66.02% from 255) = 37.67%

 GREEN value IS 134 (52.73% from 255) = 30.04%

 BLUE value IS 144 (56.64% from 255) = 32.29%

R = 37.67%
G = 30.04%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A88690 (or 0xA88690) is known color: Tapestry. HEX triplet: A8, 86 and 90. RGB value is (168,134,144). Sum of RGB (Red+Green+Blue) = 168+134+144=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A88690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88690 is #57796F. Grayscale: #919191. Windows color (decimal): -5732720 or 9471656. OLE color: 9471656.

HSL color Cylindrical-coordinate representation of color #A88690: hue angle of 342.35º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88690 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 144 -
CMYK 0 0.20 0.14 0.34
HSL 342.35º 0.16% 0.59% -
HSV(B) 342.35º 0.2% 0.66% -
XYZ 29.71 27.39 30.11 -
YUV 145.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 168 134 144 0 0.20 0.14 0.34 342.35 0.16 0.59
Hex A8 86 90 0 14 E 22 156 10 3B
Octal 250 206 220 0 24 16 42 526 20 73
Binary 10101000 10000110 10010000 0 10100 1110 100010 101010110 10000 111011

Color Harmonies of #A88690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88690

Black with #A88690

Text Example


Text Example

White with #A88690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88690; }

 p { color: rgb(168,134,144); }

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

background-color css

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

 a { background-color: rgb(168,134,144); }

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

border-color css

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

 span { border-color: rgb(168,134,144); }

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