Html Css Color HEX #AC698D Tapestry

📋 copy color: '#AC698D'

red 172 ◦ green 105 ◦ blue 141

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

Shades of Tapestry #AC698D

Tints of Tapestry #AC698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 41.15%
G = 25.12%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC698D (or 0xAC698D) is known color: Tapestry. HEX triplet: AC, 69 and 8D. RGB value is (172,105,141). Sum of RGB (Red+Green+Blue) = 172+105+141=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC698D is #539672. Grayscale: #818181. Windows color (decimal): -5478003 or 9267628. OLE color: 9267628.

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

Color convert

RGB 172 105 141 -
CMYK 0 0.39 0.18 0.33
HSL 327.76º 0.29% 0.54% -
HSV(B) 327.76º 0.39% 0.67% -
XYZ 26.87 20.8 27.8 -
YUV 129.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 172 105 141 0 0.39 0.18 0.33 327.76 0.29 0.54
Hex AC 69 8D 0 27 12 21 148 1D 36
Octal 254 151 215 0 47 22 41 510 35 66
Binary 10101100 1101001 10001101 0 100111 10010 100001 101001000 11101 110110

Color Harmonies of #AC698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC698D

Black with #AC698D

Text Example


Text Example

White with #AC698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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