Html Css Color HEX #AC6281 Tapestry

📋 copy color: '#AC6281'

red 172 ◦ green 98 ◦ blue 129

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

Shades of Tapestry #AC6281

Tints of Tapestry #AC6281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 43.11%
G = 24.56%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC6281 (or 0xAC6281) is known color: Tapestry. HEX triplet: AC, 62 and 81. RGB value is (172,98,129). Sum of RGB (Red+Green+Blue) = 172+98+129=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6281 is #539D7E. Grayscale: #7B7B7B. Windows color (decimal): -5479807 or 8479404. OLE color: 8479404.

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

Color convert

RGB 172 98 129 -
CMYK 0 0.43 0.25 0.33
HSL 334.86º 0.31% 0.53% -
HSV(B) 334.86º 0.43% 0.67% -
XYZ 25.34 19.09 23.12 -
YUV 123.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 172 98 129 0 0.43 0.25 0.33 334.86 0.31 0.53
Hex AC 62 81 0 2B 19 21 14F 1F 35
Octal 254 142 201 0 53 31 41 517 37 65
Binary 10101100 1100010 10000001 0 101011 11001 100001 101001111 11111 110101

Color Harmonies of #AC6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6281

Black with #AC6281

Text Example


Text Example

White with #AC6281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6281; }

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

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

background-color css

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

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

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

border-color css

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

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

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