Html Css Color HEX #AC6A80 Tapestry

📋 copy color: '#AC6A80'

red 172 ◦ green 106 ◦ blue 128

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

Shades of Tapestry #AC6A80

Tints of Tapestry #AC6A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 42.36%
G = 26.11%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC6A80 (or 0xAC6A80) is known color: Tapestry. HEX triplet: AC, 6A and 80. RGB value is (172,106,128). Sum of RGB (Red+Green+Blue) = 172+106+128=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A80 is #53957F. Grayscale: #808080. Windows color (decimal): -5477760 or 8415916. OLE color: 8415916.

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

Color convert

RGB 172 106 128 -
CMYK 0 0.38 0.26 0.33
HSL 340º 0.28% 0.55% -
HSV(B) 340º 0.38% 0.67% -
XYZ 26.06 20.64 23.03 -
YUV 128.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 172 106 128 0 0.38 0.26 0.33 340 0.28 0.55
Hex AC 6A 80 0 26 1A 21 154 1C 37
Octal 254 152 200 0 46 32 41 524 34 67
Binary 10101100 1101010 10000000 0 100110 11010 100001 101010100 11100 110111

Color Harmonies of #AC6A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A80

Black with #AC6A80

Text Example


Text Example

White with #AC6A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A80; }

 p { color: rgb(172,106,128); }

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

background-color css

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

 a { background-color: rgb(172,106,128); }

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

border-color css

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

 span { border-color: rgb(172,106,128); }

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