Html Css Color HEX #AC6286 Tapestry

📋 copy color: '#AC6286'

red 172 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #AC6286

Tints of Tapestry #AC6286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 42.57%
G = 24.26%
B = 33.17%

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

#AC6286 (or 0xAC6286) is known color: Tapestry. HEX triplet: AC, 62 and 86. RGB value is (172,98,134). Sum of RGB (Red+Green+Blue) = 172+98+134=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6286 is #539D79. Grayscale: #7C7C7C. Windows color (decimal): -5479802 or 8807084. OLE color: 8807084.

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

Color convert

RGB 172 98 134 -
CMYK 0 0.43 0.22 0.33
HSL 330.81º 0.31% 0.53% -
HSV(B) 330.81º 0.43% 0.67% -
XYZ 25.68 19.23 24.91 -
YUV 124.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 172 98 134 0 0.43 0.22 0.33 330.81 0.31 0.53
Hex AC 62 86 0 2B 16 21 14B 1F 35
Octal 254 142 206 0 53 26 41 513 37 65
Binary 10101100 1100010 10000110 0 101011 10110 100001 101001011 11111 110101

Color Harmonies of #AC6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6286

Black with #AC6286

Text Example


Text Example

White with #AC6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6286; }

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

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

background-color css

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

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

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

border-color css

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

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

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