Html Css Color HEX #AC6385 Tapestry

📋 copy color: '#AC6385'

red 172 ◦ green 99 ◦ blue 133

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

Shades of Tapestry #AC6385

Tints of Tapestry #AC6385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 42.57%
G = 24.5%
B = 32.92%

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

#AC6385 (or 0xAC6385) is known color: Tapestry. HEX triplet: AC, 63 and 85. RGB value is (172,99,133). Sum of RGB (Red+Green+Blue) = 172+99+133=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6385 is #539C7A. Grayscale: #7C7C7C. Windows color (decimal): -5479547 or 8741804. OLE color: 8741804.

HSL color Cylindrical-coordinate representation of color #AC6385: hue angle of 332.05º degrees, saturation: 0.31, 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 #AC6385 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 133 -
CMYK 0 0.42 0.23 0.33
HSL 332.05º 0.31% 0.53% -
HSV(B) 332.05º 0.42% 0.67% -
XYZ 25.71 19.39 24.58 -
YUV 124.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 172 99 133 0 0.42 0.23 0.33 332.05 0.31 0.53
Hex AC 63 85 0 2A 17 21 14C 1F 35
Octal 254 143 205 0 52 27 41 514 37 65
Binary 10101100 1100011 10000101 0 101010 10111 100001 101001100 11111 110101

Color Harmonies of #AC6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6385

Black with #AC6385

Text Example


Text Example

White with #AC6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6385; }

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

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

background-color css

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

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

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

border-color css

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

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

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