Html Css Color HEX #AC7A8E Tapestry

📋 copy color: '#AC7A8E'

red 172 ◦ green 122 ◦ blue 142

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

Shades of Tapestry #AC7A8E

Tints of Tapestry #AC7A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.98%

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 39.45%
G = 27.98%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC7A8E (or 0xAC7A8E) is known color: Tapestry. HEX triplet: AC, 7A and 8E. RGB value is (172,122,142). Sum of RGB (Red+Green+Blue) = 172+122+142=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A8E is #538571. Grayscale: #8B8B8B. Windows color (decimal): -5473650 or 9337516. OLE color: 9337516.

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

Color convert

RGB 172 122 142 -
CMYK 0 0.29 0.17 0.33
HSL 336º 0.23% 0.58% -
HSV(B) 336º 0.29% 0.67% -
XYZ 28.86 24.64 28.83 -
YUV 139.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 172 122 142 0 0.29 0.17 0.33 336 0.23 0.58
Hex AC 7A 8E 0 1D 11 21 150 17 3A
Octal 254 172 216 0 35 21 41 520 27 72
Binary 10101100 1111010 10001110 0 11101 10001 100001 101010000 10111 111010

Color Harmonies of #AC7A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A8E

Black with #AC7A8E

Text Example


Text Example

White with #AC7A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A8E; }

 p { color: rgb(172,122,142); }

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

background-color css

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

 a { background-color: rgb(172,122,142); }

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

border-color css

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

 span { border-color: rgb(172,122,142); }

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