Html Css Color HEX #AC6983 Tapestry

📋 copy color: '#AC6983'

red 172 ◦ green 105 ◦ blue 131

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

Shades of Tapestry #AC6983

Tints of Tapestry #AC6983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 42.16%
G = 25.74%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC6983 (or 0xAC6983) is known color: Tapestry. HEX triplet: AC, 69 and 83. RGB value is (172,105,131). Sum of RGB (Red+Green+Blue) = 172+105+131=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6983 is #53967C. Grayscale: #7F7F7F. Windows color (decimal): -5478013 or 8612268. OLE color: 8612268.

HSL color Cylindrical-coordinate representation of color #AC6983: hue angle of 336.72º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6983 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 131 -
CMYK 0 0.39 0.24 0.33
HSL 336.72º 0.29% 0.54% -
HSV(B) 336.72º 0.39% 0.67% -
XYZ 26.16 20.51 24.05 -
YUV 128 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 172 105 131 0 0.39 0.24 0.33 336.72 0.29 0.54
Hex AC 69 83 0 27 18 21 151 1D 36
Octal 254 151 203 0 47 30 41 521 35 66
Binary 10101100 1101001 10000011 0 100111 11000 100001 101010001 11101 110110

Color Harmonies of #AC6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6983

Black with #AC6983

Text Example


Text Example

White with #AC6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6983; }

 p { color: rgb(172,105,131); }

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

background-color css

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

 a { background-color: rgb(172,105,131); }

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

border-color css

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

 span { border-color: rgb(172,105,131); }

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