Html Css Color HEX #AC7085 Tapestry

📋 copy color: '#AC7085'

red 172 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #AC7085

Tints of Tapestry #AC7085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

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

R = 41.25%
G = 26.86%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC7085 (or 0xAC7085) is known color: Tapestry. HEX triplet: AC, 70 and 85. RGB value is (172,112,133). Sum of RGB (Red+Green+Blue) = 172+112+133=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7085 is #538F7A. Grayscale: #848484. Windows color (decimal): -5476219 or 8745132. OLE color: 8745132.

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

Color convert

RGB 172 112 133 -
CMYK 0 0.35 0.23 0.33
HSL 339º 0.27% 0.56% -
HSV(B) 339º 0.35% 0.67% -
XYZ 27.04 22.05 25.02 -
YUV 132.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 172 112 133 0 0.35 0.23 0.33 339 0.27 0.56
Hex AC 70 85 0 23 17 21 153 1B 38
Octal 254 160 205 0 43 27 41 523 33 70
Binary 10101100 1110000 10000101 0 100011 10111 100001 101010011 11011 111000

Color Harmonies of #AC7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7085

Black with #AC7085

Text Example


Text Example

White with #AC7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7085; }

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

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

background-color css

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

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

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

border-color css

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

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

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