Html Css Color HEX #AC6B8E Tapestry

📋 copy color: '#AC6B8E'

red 172 ◦ green 107 ◦ blue 142

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

Shades of Tapestry #AC6B8E

Tints of Tapestry #AC6B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.42%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 40.86%
G = 25.42%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC6B8E (or 0xAC6B8E) is known color: Tapestry. HEX triplet: AC, 6B and 8E. RGB value is (172,107,142). Sum of RGB (Red+Green+Blue) = 172+107+142=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6B8E is #539471. Grayscale: #828282. Windows color (decimal): -5477490 or 9333676. OLE color: 9333676.

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

Color convert

RGB 172 107 142 -
CMYK 0 0.38 0.17 0.33
HSL 327.69º 0.28% 0.55% -
HSV(B) 327.69º 0.38% 0.67% -
XYZ 27.15 21.24 28.26 -
YUV 130.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 172 107 142 0 0.38 0.17 0.33 327.69 0.28 0.55
Hex AC 6B 8E 0 26 11 21 148 1C 37
Octal 254 153 216 0 46 21 41 510 34 67
Binary 10101100 1101011 10001110 0 100110 10001 100001 101001000 11100 110111

Color Harmonies of #AC6B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B8E

Black with #AC6B8E

Text Example


Text Example

White with #AC6B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B8E; }

 p { color: rgb(172,107,142); }

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

background-color css

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

 a { background-color: rgb(172,107,142); }

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

border-color css

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

 span { border-color: rgb(172,107,142); }

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