Html Css Color HEX #AC6085 Tapestry

📋 copy color: '#AC6085'

red 172 ◦ green 96 ◦ blue 133

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

Shades of Tapestry #AC6085

Tints of Tapestry #AC6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

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

R = 42.89%
G = 23.94%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC6085 (or 0xAC6085) is known color: Tapestry. HEX triplet: AC, 60 and 85. RGB value is (172,96,133). Sum of RGB (Red+Green+Blue) = 172+96+133=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6085 is #539F7A. Grayscale: #7A7A7A. Windows color (decimal): -5480315 or 8741036. OLE color: 8741036.

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

Color convert

RGB 172 96 133 -
CMYK 0 0.44 0.23 0.33
HSL 330.79º 0.31% 0.53% -
HSV(B) 330.79º 0.44% 0.67% -
XYZ 25.43 18.83 24.48 -
YUV 122.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 172 96 133 0 0.44 0.23 0.33 330.79 0.31 0.53
Hex AC 60 85 0 2C 17 21 14B 1F 35
Octal 254 140 205 0 54 27 41 513 37 65
Binary 10101100 1100000 10000101 0 101100 10111 100001 101001011 11111 110101

Color Harmonies of #AC6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6085

Black with #AC6085

Text Example


Text Example

White with #AC6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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