Html Css Color HEX #A88088 Tapestry

📋 copy color: '#A88088'

red 168 ◦ green 128 ◦ blue 136

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

Shades of Tapestry #A88088

Tints of Tapestry #A88088

RGB

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

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

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

R = 38.89%
G = 29.63%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A88088 (or 0xA88088) is known color: Tapestry. HEX triplet: A8, 80 and 88. RGB value is (168,128,136). Sum of RGB (Red+Green+Blue) = 168+128+136=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88088 is #577F77. Grayscale: #8C8C8C. Windows color (decimal): -5734264 or 8945832. OLE color: 8945832.

HSL color Cylindrical-coordinate representation of color #A88088: hue angle of 348º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88088 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 136 -
CMYK 0 0.24 0.19 0.34
HSL 348º 0.19% 0.58% -
HSV(B) 348º 0.24% 0.66% -
XYZ 28.31 25.54 26.73 -
YUV 140.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 168 128 136 0 0.24 0.19 0.34 348 0.19 0.58
Hex A8 80 88 0 18 13 22 15C 13 3A
Octal 250 200 210 0 30 23 42 534 23 72
Binary 10101000 10000000 10001000 0 11000 10011 100010 101011100 10011 111010

Color Harmonies of #A88088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88088

Black with #A88088

Text Example


Text Example

White with #A88088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88088; }

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

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

background-color css

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

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

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

border-color css

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

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

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