Html Css Color HEX #AC7E8B Tapestry

📋 copy color: '#AC7E8B'

red 172 ◦ green 126 ◦ blue 139

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

Shades of Tapestry #AC7E8B

Tints of Tapestry #AC7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.83%

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

R = 39.36%
G = 28.83%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC7E8B (or 0xAC7E8B) is known color: Tapestry. HEX triplet: AC, 7E and 8B. RGB value is (172,126,139). Sum of RGB (Red+Green+Blue) = 172+126+139=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E8B is #538174. Grayscale: #8D8D8D. Windows color (decimal): -5472629 or 9141932. OLE color: 9141932.

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

Color convert

RGB 172 126 139 -
CMYK 0 0.27 0.19 0.33
HSL 343.04º 0.22% 0.58% -
HSV(B) 343.04º 0.27% 0.67% -
XYZ 29.13 25.56 27.82 -
YUV 141.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 172 126 139 0 0.27 0.19 0.33 343.04 0.22 0.58
Hex AC 7E 8B 0 1B 13 21 157 16 3A
Octal 254 176 213 0 33 23 41 527 26 72
Binary 10101100 1111110 10001011 0 11011 10011 100001 101010111 10110 111010

Color Harmonies of #AC7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E8B

Black with #AC7E8B

Text Example


Text Example

White with #AC7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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