Html Css Color HEX #AC6C81 Tapestry

📋 copy color: '#AC6C81'

red 172 ◦ green 108 ◦ blue 129

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

Shades of Tapestry #AC6C81

Tints of Tapestry #AC6C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.41%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 42.05%
G = 26.41%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC6C81 (or 0xAC6C81) is known color: Tapestry. HEX triplet: AC, 6C and 81. RGB value is (172,108,129). Sum of RGB (Red+Green+Blue) = 172+108+129=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C81 is #53937E. Grayscale: #818181. Windows color (decimal): -5477247 or 8481964. OLE color: 8481964.

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

Color convert

RGB 172 108 129 -
CMYK 0 0.37 0.25 0.33
HSL 340.31º 0.28% 0.55% -
HSV(B) 340.31º 0.37% 0.67% -
XYZ 26.34 21.08 23.45 -
YUV 129.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 172 108 129 0 0.37 0.25 0.33 340.31 0.28 0.55
Hex AC 6C 81 0 25 19 21 154 1C 37
Octal 254 154 201 0 45 31 41 524 34 67
Binary 10101100 1101100 10000001 0 100101 11001 100001 101010100 11100 110111

Color Harmonies of #AC6C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C81

Black with #AC6C81

Text Example


Text Example

White with #AC6C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C81; }

 p { color: rgb(172,108,129); }

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

background-color css

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

 a { background-color: rgb(172,108,129); }

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

border-color css

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

 span { border-color: rgb(172,108,129); }

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