Html Css Color HEX #AC6288 Tapestry

📋 copy color: '#AC6288'

red 172 ◦ green 98 ◦ blue 136

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

Shades of Tapestry #AC6288

Tints of Tapestry #AC6288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 42.36%
G = 24.14%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC6288 (or 0xAC6288) is known color: Tapestry. HEX triplet: AC, 62 and 88. RGB value is (172,98,136). Sum of RGB (Red+Green+Blue) = 172+98+136=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6288 is #539D77. Grayscale: #7C7C7C. Windows color (decimal): -5479800 or 8938156. OLE color: 8938156.

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

Color convert

RGB 172 98 136 -
CMYK 0 0.43 0.21 0.33
HSL 329.19º 0.31% 0.53% -
HSV(B) 329.19º 0.43% 0.67% -
XYZ 25.82 19.28 25.65 -
YUV 124.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 172 98 136 0 0.43 0.21 0.33 329.19 0.31 0.53
Hex AC 62 88 0 2B 15 21 149 1F 35
Octal 254 142 210 0 53 25 41 511 37 65
Binary 10101100 1100010 10001000 0 101011 10101 100001 101001001 11111 110101

Color Harmonies of #AC6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6288

Black with #AC6288

Text Example


Text Example

White with #AC6288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6288; }

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

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

background-color css

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

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

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

border-color css

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

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

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