Html Css Color HEX #AC7485 Tapestry

📋 copy color: '#AC7485'

red 172 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #AC7485

Tints of Tapestry #AC7485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.55%

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

R = 40.86%
G = 27.55%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC7485 (or 0xAC7485) is known color: Tapestry. HEX triplet: AC, 74 and 85. RGB value is (172,116,133). Sum of RGB (Red+Green+Blue) = 172+116+133=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7485 is #538B7A. Grayscale: #868686. Windows color (decimal): -5475195 or 8746156. OLE color: 8746156.

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

Color convert

RGB 172 116 133 -
CMYK 0 0.33 0.23 0.33
HSL 341.79º 0.25% 0.56% -
HSV(B) 341.79º 0.33% 0.67% -
XYZ 27.49 22.95 25.17 -
YUV 134.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 172 116 133 0 0.33 0.23 0.33 341.79 0.25 0.56
Hex AC 74 85 0 21 17 21 156 19 38
Octal 254 164 205 0 41 27 41 526 31 70
Binary 10101100 1110100 10000101 0 100001 10111 100001 101010110 11001 111000

Color Harmonies of #AC7485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7485

Black with #AC7485

Text Example


Text Example

White with #AC7485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7485; }

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

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

background-color css

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

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

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

border-color css

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

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

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