Html Css Color HEX #AC8389 Tapestry

📋 copy color: '#AC8389'

red 172 ◦ green 131 ◦ blue 137

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

Shades of Tapestry #AC8389

Tints of Tapestry #AC8389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.77%

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

R = 39.09%
G = 29.77%
B = 31.14%

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

#AC8389 (or 0xAC8389) is known color: Tapestry. HEX triplet: AC, 83 and 89. RGB value is (172,131,137). Sum of RGB (Red+Green+Blue) = 172+131+137=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8389 is #537C76. Grayscale: #8F8F8F. Windows color (decimal): -5471351 or 9012140. OLE color: 9012140.

HSL color Cylindrical-coordinate representation of color #AC8389: hue angle of 351.22º 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 #AC8389 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 137 -
CMYK 0 0.24 0.20 0.33
HSL 351.22º 0.2% 0.59% -
HSV(B) 351.22º 0.24% 0.67% -
XYZ 29.64 26.81 27.28 -
YUV 143.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 172 131 137 0 0.24 0.20 0.33 351.22 0.2 0.59
Hex AC 83 89 0 18 14 21 15F 14 3B
Octal 254 203 211 0 30 24 41 537 24 73
Binary 10101100 10000011 10001001 0 11000 10100 100001 101011111 10100 111011

Color Harmonies of #AC8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8389

Black with #AC8389

Text Example


Text Example

White with #AC8389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8389; }

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

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

background-color css

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

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

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

border-color css

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

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

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