Html Css Color HEX #AC898C Tapestry

📋 copy color: '#AC898C'

red 172 ◦ green 137 ◦ blue 140

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

Shades of Tapestry #AC898C

Tints of Tapestry #AC898C

RGB

 RED value IS 172 (67.58% from 255) = 38.31%

 GREEN value IS 137 (53.91% from 255) = 30.51%

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 38.31%
G = 30.51%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC898C (or 0xAC898C) is known color: Tapestry. HEX triplet: AC, 89 and 8C. RGB value is (172,137,140). Sum of RGB (Red+Green+Blue) = 172+137+140=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC898C is #537673. Grayscale: #939393. Windows color (decimal): -5469812 or 9210284. OLE color: 9210284.

HSL color Cylindrical-coordinate representation of color #AC898C: hue angle of 354.86º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC898C is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 140 -
CMYK 0 0.20 0.19 0.33
HSL 354.86º 0.17% 0.61% -
HSV(B) 354.86º 0.2% 0.67% -
XYZ 30.69 28.56 28.71 -
YUV 147.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 172 137 140 0 0.20 0.19 0.33 354.86 0.17 0.61
Hex AC 89 8C 0 14 13 21 163 11 3D
Octal 254 211 214 0 24 23 41 543 21 75
Binary 10101100 10001001 10001100 0 10100 10011 100001 101100011 10001 111101

Color Harmonies of #AC898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC898C

Black with #AC898C

Text Example


Text Example

White with #AC898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC898C; }

 p { color: rgb(172,137,140); }

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

background-color css

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

 a { background-color: rgb(172,137,140); }

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

border-color css

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

 span { border-color: rgb(172,137,140); }

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