Html Css Color HEX #A88490 Tapestry

📋 copy color: '#A88490'

red 168 ◦ green 132 ◦ blue 144

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

Shades of Tapestry #A88490

Tints of Tapestry #A88490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.73%

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

R = 37.84%
G = 29.73%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A88490 (or 0xA88490) is known color: Tapestry. HEX triplet: A8, 84 and 90. RGB value is (168,132,144). Sum of RGB (Red+Green+Blue) = 168+132+144=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A88490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88490 is #577B6F. Grayscale: #909090. Windows color (decimal): -5733232 or 9471144. OLE color: 9471144.

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

Color convert

RGB 168 132 144 -
CMYK 0 0.21 0.14 0.34
HSL 340º 0.17% 0.59% -
HSV(B) 340º 0.21% 0.66% -
XYZ 29.43 26.84 30.02 -
YUV 144.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 168 132 144 0 0.21 0.14 0.34 340 0.17 0.59
Hex A8 84 90 0 15 E 22 154 11 3B
Octal 250 204 220 0 25 16 42 524 21 73
Binary 10101000 10000100 10010000 0 10101 1110 100010 101010100 10001 111011

Color Harmonies of #A88490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88490

Black with #A88490

Text Example


Text Example

White with #A88490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88490; }

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

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

background-color css

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

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

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

border-color css

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

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

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