Html Css Color HEX #AC7A86 Tapestry

📋 copy color: '#AC7A86'

red 172 ◦ green 122 ◦ blue 134

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

Shades of Tapestry #AC7A86

Tints of Tapestry #AC7A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.31%

R = 40.19%
G = 28.5%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC7A86 (or 0xAC7A86) is known color: Tapestry. HEX triplet: AC, 7A and 86. RGB value is (172,122,134). Sum of RGB (Red+Green+Blue) = 172+122+134=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A86 is #538579. Grayscale: #8A8A8A. Windows color (decimal): -5473658 or 8813228. OLE color: 8813228.

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

Color convert

RGB 172 122 134 -
CMYK 0 0.29 0.22 0.33
HSL 345.6º 0.23% 0.58% -
HSV(B) 345.6º 0.29% 0.67% -
XYZ 28.28 24.41 25.78 -
YUV 138.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 172 122 134 0 0.29 0.22 0.33 345.6 0.23 0.58
Hex AC 7A 86 0 1D 16 21 15A 17 3A
Octal 254 172 206 0 35 26 41 532 27 72
Binary 10101100 1111010 10000110 0 11101 10110 100001 101011010 10111 111010

Color Harmonies of #AC7A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A86

Black with #AC7A86

Text Example


Text Example

White with #AC7A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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