Html Css Color HEX #AC7B86 Tapestry

📋 copy color: '#AC7B86'

red 172 ◦ green 123 ◦ blue 134

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

Shades of Tapestry #AC7B86

Tints of Tapestry #AC7B86

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.67%

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

R = 40.09%
G = 28.67%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC7B86 (or 0xAC7B86) is known color: Tapestry. HEX triplet: AC, 7B and 86. RGB value is (172,123,134). Sum of RGB (Red+Green+Blue) = 172+123+134=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B86 is #538479. Grayscale: #8A8A8A. Windows color (decimal): -5473402 or 8813484. OLE color: 8813484.

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

Color convert

RGB 172 123 134 -
CMYK 0 0.28 0.22 0.33
HSL 346.53º 0.23% 0.58% -
HSV(B) 346.53º 0.28% 0.67% -
XYZ 28.4 24.66 25.82 -
YUV 138.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 172 123 134 0 0.28 0.22 0.33 346.53 0.23 0.58
Hex AC 7B 86 0 1C 16 21 15B 17 3A
Octal 254 173 206 0 34 26 41 533 27 72
Binary 10101100 1111011 10000110 0 11100 10110 100001 101011011 10111 111010

Color Harmonies of #AC7B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B86

Black with #AC7B86

Text Example


Text Example

White with #AC7B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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