Html Css Color HEX #AC6285 Tapestry

📋 copy color: '#AC6285'

red 172 ◦ green 98 ◦ blue 133

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

Shades of Tapestry #AC6285

Tints of Tapestry #AC6285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

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

R = 42.68%
G = 24.32%
B = 33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC6285 (or 0xAC6285) is known color: Tapestry. HEX triplet: AC, 62 and 85. RGB value is (172,98,133). Sum of RGB (Red+Green+Blue) = 172+98+133=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6285 is #539D7A. Grayscale: #7C7C7C. Windows color (decimal): -5479803 or 8741548. OLE color: 8741548.

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

Color convert

RGB 172 98 133 -
CMYK 0 0.43 0.23 0.33
HSL 331.62º 0.31% 0.53% -
HSV(B) 331.62º 0.43% 0.67% -
XYZ 25.61 19.2 24.55 -
YUV 124.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 172 98 133 0 0.43 0.23 0.33 331.62 0.31 0.53
Hex AC 62 85 0 2B 17 21 14C 1F 35
Octal 254 142 205 0 53 27 41 514 37 65
Binary 10101100 1100010 10000101 0 101011 10111 100001 101001100 11111 110101

Color Harmonies of #AC6285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6285

Black with #AC6285

Text Example


Text Example

White with #AC6285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6285; }

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

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

background-color css

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

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

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

border-color css

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

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

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