Html Css Color HEX #AC6A82 Tapestry

📋 copy color: '#AC6A82'

red 172 ◦ green 106 ◦ blue 130

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

Shades of Tapestry #AC6A82

Tints of Tapestry #AC6A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 42.16%
G = 25.98%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC6A82 (or 0xAC6A82) is known color: Tapestry. HEX triplet: AC, 6A and 82. RGB value is (172,106,130). Sum of RGB (Red+Green+Blue) = 172+106+130=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A82 is #53957D. Grayscale: #808080. Windows color (decimal): -5477758 or 8546988. OLE color: 8546988.

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

Color convert

RGB 172 106 130 -
CMYK 0 0.38 0.24 0.33
HSL 338.18º 0.28% 0.55% -
HSV(B) 338.18º 0.38% 0.67% -
XYZ 26.2 20.69 23.73 -
YUV 128.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 172 106 130 0 0.38 0.24 0.33 338.18 0.28 0.55
Hex AC 6A 82 0 26 18 21 152 1C 37
Octal 254 152 202 0 46 30 41 522 34 67
Binary 10101100 1101010 10000010 0 100110 11000 100001 101010010 11100 110111

Color Harmonies of #AC6A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A82

Black with #AC6A82

Text Example


Text Example

White with #AC6A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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