Html Css Color HEX #AC6A8A Tapestry

📋 copy color: '#AC6A8A'

red 172 ◦ green 106 ◦ blue 138

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

Shades of Tapestry #AC6A8A

Tints of Tapestry #AC6A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 41.35%
G = 25.48%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC6A8A (or 0xAC6A8A) is known color: Tapestry. HEX triplet: AC, 6A and 8A. RGB value is (172,106,138). Sum of RGB (Red+Green+Blue) = 172+106+138=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A8A is #539575. Grayscale: #818181. Windows color (decimal): -5477750 or 9071276. OLE color: 9071276.

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

Color convert

RGB 172 106 138 -
CMYK 0 0.38 0.20 0.33
HSL 330.91º 0.28% 0.55% -
HSV(B) 330.91º 0.38% 0.67% -
XYZ 26.75 20.91 26.67 -
YUV 129.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 172 106 138 0 0.38 0.20 0.33 330.91 0.28 0.55
Hex AC 6A 8A 0 26 14 21 14B 1C 37
Octal 254 152 212 0 46 24 41 513 34 67
Binary 10101100 1101010 10001010 0 100110 10100 100001 101001011 11100 110111

Color Harmonies of #AC6A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A8A

Black with #AC6A8A

Text Example


Text Example

White with #AC6A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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