Html Css Color HEX #AC8590 Tapestry

📋 copy color: '#AC8590'

red 172 ◦ green 133 ◦ blue 144

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

Shades of Tapestry #AC8590

Tints of Tapestry #AC8590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

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

R = 38.31%
G = 29.62%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC8590 (or 0xAC8590) is known color: Tapestry. HEX triplet: AC, 85 and 90. RGB value is (172,133,144). Sum of RGB (Red+Green+Blue) = 172+133+144=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8590 is #537A6F. Grayscale: #919191. Windows color (decimal): -5470832 or 9471404. OLE color: 9471404.

HSL color Cylindrical-coordinate representation of color #AC8590: hue angle of 343.08º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8590 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 133 144 -
CMYK 0 0.23 0.16 0.33
HSL 343.08º 0.19% 0.6% -
HSV(B) 343.08º 0.23% 0.67% -
XYZ 30.43 27.56 30.1 -
YUV 145.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 172 133 144 0 0.23 0.16 0.33 343.08 0.19 0.6
Hex AC 85 90 0 17 10 21 157 13 3C
Octal 254 205 220 0 27 20 41 527 23 74
Binary 10101100 10000101 10010000 0 10111 10000 100001 101010111 10011 111100

Color Harmonies of #AC8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8590

Black with #AC8590

Text Example


Text Example

White with #AC8590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8590; }

 p { color: rgb(172,133,144); }

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

background-color css

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

 a { background-color: rgb(172,133,144); }

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

border-color css

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

 span { border-color: rgb(172,133,144); }

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