Html Css Color HEX #AC698E Tapestry

📋 copy color: '#AC698E'

red 172 ◦ green 105 ◦ blue 142

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

Shades of Tapestry #AC698E

Tints of Tapestry #AC698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 41.05%
G = 25.06%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC698E (or 0xAC698E) is known color: Tapestry. HEX triplet: AC, 69 and 8E. RGB value is (172,105,142). Sum of RGB (Red+Green+Blue) = 172+105+142=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC698E is #539671. Grayscale: #818181. Windows color (decimal): -5478002 or 9333164. OLE color: 9333164.

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

Color convert

RGB 172 105 142 -
CMYK 0 0.39 0.17 0.33
HSL 326.87º 0.29% 0.54% -
HSV(B) 326.87º 0.39% 0.67% -
XYZ 26.95 20.83 28.19 -
YUV 129.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 172 105 142 0 0.39 0.17 0.33 326.87 0.29 0.54
Hex AC 69 8E 0 27 11 21 147 1D 36
Octal 254 151 216 0 47 21 41 507 35 66
Binary 10101100 1101001 10001110 0 100111 10001 100001 101000111 11101 110110

Color Harmonies of #AC698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC698E

Black with #AC698E

Text Example


Text Example

White with #AC698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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