Html Css Color HEX #AC8289 Tapestry

📋 copy color: '#AC8289'

red 172 ◦ green 130 ◦ blue 137

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

Shades of Tapestry #AC8289

Tints of Tapestry #AC8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.61%

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 39.18%
G = 29.61%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC8289 (or 0xAC8289) is known color: Tapestry. HEX triplet: AC, 82 and 89. RGB value is (172,130,137). Sum of RGB (Red+Green+Blue) = 172+130+137=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8289 is #537D76. Grayscale: #8F8F8F. Windows color (decimal): -5471607 or 9011884. OLE color: 9011884.

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

Color convert

RGB 172 130 137 -
CMYK 0 0.24 0.20 0.33
HSL 350º 0.2% 0.59% -
HSV(B) 350º 0.24% 0.67% -
XYZ 29.51 26.54 27.23 -
YUV 143.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 172 130 137 0 0.24 0.20 0.33 350 0.2 0.59
Hex AC 82 89 0 18 14 21 15E 14 3B
Octal 254 202 211 0 30 24 41 536 24 73
Binary 10101100 10000010 10001001 0 11000 10100 100001 101011110 10100 111011

Color Harmonies of #AC8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8289

Black with #AC8289

Text Example


Text Example

White with #AC8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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