Html Css Color HEX #AC6485 Tapestry

📋 copy color: '#AC6485'

red 172 ◦ green 100 ◦ blue 133

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

Shades of Tapestry #AC6485

Tints of Tapestry #AC6485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 42.47%
G = 24.69%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC6485 (or 0xAC6485) is known color: Tapestry. HEX triplet: AC, 64 and 85. RGB value is (172,100,133). Sum of RGB (Red+Green+Blue) = 172+100+133=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6485 is #539B7A. Grayscale: #7D7D7D. Windows color (decimal): -5479291 or 8742060. OLE color: 8742060.

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

Color convert

RGB 172 100 133 -
CMYK 0 0.42 0.23 0.33
HSL 332.5º 0.3% 0.53% -
HSV(B) 332.5º 0.42% 0.67% -
XYZ 25.8 19.58 24.61 -
YUV 125.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 172 100 133 0 0.42 0.23 0.33 332.5 0.3 0.53
Hex AC 64 85 0 2A 17 21 14C 1E 35
Octal 254 144 205 0 52 27 41 514 36 65
Binary 10101100 1100100 10000101 0 101010 10111 100001 101001100 11110 110101

Color Harmonies of #AC6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6485

Black with #AC6485

Text Example


Text Example

White with #AC6485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6485; }

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

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

background-color css

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

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

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

border-color css

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

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

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