Html Css Color HEX #AC6885 Tapestry

📋 copy color: '#AC6885'

red 172 ◦ green 104 ◦ blue 133

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

Shades of Tapestry #AC6885

Tints of Tapestry #AC6885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.43%

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 42.05%
G = 25.43%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC6885 (or 0xAC6885) is known color: Tapestry. HEX triplet: AC, 68 and 85. RGB value is (172,104,133). Sum of RGB (Red+Green+Blue) = 172+104+133=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6885 is #53977A. Grayscale: #7F7F7F. Windows color (decimal): -5478267 or 8743084. OLE color: 8743084.

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

Color convert

RGB 172 104 133 -
CMYK 0 0.40 0.23 0.33
HSL 334.41º 0.29% 0.54% -
HSV(B) 334.41º 0.4% 0.67% -
XYZ 26.2 20.36 24.74 -
YUV 127.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 172 104 133 0 0.40 0.23 0.33 334.41 0.29 0.54
Hex AC 68 85 0 28 17 21 14E 1D 36
Octal 254 150 205 0 50 27 41 516 35 66
Binary 10101100 1101000 10000101 0 101000 10111 100001 101001110 11101 110110

Color Harmonies of #AC6885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6885

Black with #AC6885

Text Example


Text Example

White with #AC6885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6885; }

 p { color: rgb(172,104,133); }

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

background-color css

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

 a { background-color: rgb(172,104,133); }

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

border-color css

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

 span { border-color: rgb(172,104,133); }

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