Html Css Color HEX #AC7185 Tapestry

📋 copy color: '#AC7185'

red 172 ◦ green 113 ◦ blue 133

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

Shades of Tapestry #AC7185

Tints of Tapestry #AC7185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

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

R = 41.15%
G = 27.03%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC7185 (or 0xAC7185) is known color: Tapestry. HEX triplet: AC, 71 and 85. RGB value is (172,113,133). Sum of RGB (Red+Green+Blue) = 172+113+133=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7185 is #538E7A. Grayscale: #848484. Windows color (decimal): -5475963 or 8745388. OLE color: 8745388.

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

Color convert

RGB 172 113 133 -
CMYK 0 0.34 0.23 0.33
HSL 339.66º 0.26% 0.56% -
HSV(B) 339.66º 0.34% 0.67% -
XYZ 27.15 22.27 25.06 -
YUV 132.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 172 113 133 0 0.34 0.23 0.33 339.66 0.26 0.56
Hex AC 71 85 0 22 17 21 154 1A 38
Octal 254 161 205 0 42 27 41 524 32 70
Binary 10101100 1110001 10000101 0 100010 10111 100001 101010100 11010 111000

Color Harmonies of #AC7185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7185

Black with #AC7185

Text Example


Text Example

White with #AC7185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7185; }

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

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

background-color css

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

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

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

border-color css

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

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

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