Html Css Color HEX #AC6287 Tapestry

📋 copy color: '#AC6287'

red 172 ◦ green 98 ◦ blue 135

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

Shades of Tapestry #AC6287

Tints of Tapestry #AC6287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.33%

R = 42.47%
G = 24.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC6287 (or 0xAC6287) is known color: Tapestry. HEX triplet: AC, 62 and 87. RGB value is (172,98,135). Sum of RGB (Red+Green+Blue) = 172+98+135=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6287 is #539D78. Grayscale: #7C7C7C. Windows color (decimal): -5479801 or 8872620. OLE color: 8872620.

HSL color Cylindrical-coordinate representation of color #AC6287: hue angle of 330º 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 #AC6287 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 135 -
CMYK 0 0.43 0.22 0.33
HSL 330º 0.31% 0.53% -
HSV(B) 330º 0.43% 0.67% -
XYZ 25.75 19.26 25.28 -
YUV 124.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 172 98 135 0 0.43 0.22 0.33 330 0.31 0.53
Hex AC 62 87 0 2B 16 21 14A 1F 35
Octal 254 142 207 0 53 26 41 512 37 65
Binary 10101100 1100010 10000111 0 101011 10110 100001 101001010 11111 110101

Color Harmonies of #AC6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6287

Black with #AC6287

Text Example


Text Example

White with #AC6287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6287; }

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

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

background-color css

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

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

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

border-color css

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

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

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