Html Css Color HEX #AC6982 Tapestry

📋 copy color: '#AC6982'

red 172 ◦ green 105 ◦ blue 130

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

Shades of Tapestry #AC6982

Tints of Tapestry #AC6982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

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

R = 42.26%
G = 25.8%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC6982 (or 0xAC6982) is known color: Tapestry. HEX triplet: AC, 69 and 82. RGB value is (172,105,130). Sum of RGB (Red+Green+Blue) = 172+105+130=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6982 is #53967D. Grayscale: #7F7F7F. Windows color (decimal): -5478014 or 8546732. OLE color: 8546732.

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

Color convert

RGB 172 105 130 -
CMYK 0 0.39 0.24 0.33
HSL 337.61º 0.29% 0.54% -
HSV(B) 337.61º 0.39% 0.67% -
XYZ 26.09 20.49 23.7 -
YUV 127.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 172 105 130 0 0.39 0.24 0.33 337.61 0.29 0.54
Hex AC 69 82 0 27 18 21 152 1D 36
Octal 254 151 202 0 47 30 41 522 35 66
Binary 10101100 1101001 10000010 0 100111 11000 100001 101010010 11101 110110

Color Harmonies of #AC6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6982

Black with #AC6982

Text Example


Text Example

White with #AC6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6982; }

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

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

background-color css

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

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

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

border-color css

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

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

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