Html Css Color HEX #AC708B Tapestry

📋 copy color: '#AC708B'

red 172 ◦ green 112 ◦ blue 139

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

Shades of Tapestry #AC708B

Tints of Tapestry #AC708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 40.66%
G = 26.48%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC708B (or 0xAC708B) is known color: Tapestry. HEX triplet: AC, 70 and 8B. RGB value is (172,112,139). Sum of RGB (Red+Green+Blue) = 172+112+139=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC708B is #538F74. Grayscale: #848484. Windows color (decimal): -5476213 or 9138348. OLE color: 9138348.

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

Color convert

RGB 172 112 139 -
CMYK 0 0.35 0.19 0.33
HSL 333º 0.27% 0.56% -
HSV(B) 333º 0.35% 0.67% -
XYZ 27.47 22.22 27.27 -
YUV 133.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 172 112 139 0 0.35 0.19 0.33 333 0.27 0.56
Hex AC 70 8B 0 23 13 21 14D 1B 38
Octal 254 160 213 0 43 23 41 515 33 70
Binary 10101100 1110000 10001011 0 100011 10011 100001 101001101 11011 111000

Color Harmonies of #AC708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC708B

Black with #AC708B

Text Example


Text Example

White with #AC708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC708B; }

 p { color: rgb(172,112,139); }

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

background-color css

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

 a { background-color: rgb(172,112,139); }

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

border-color css

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

 span { border-color: rgb(172,112,139); }

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