Html Css Color HEX #AC698C Tapestry

📋 copy color: '#AC698C'

red 172 ◦ green 105 ◦ blue 140

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

Shades of Tapestry #AC698C

Tints of Tapestry #AC698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 41.25%
G = 25.18%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC698C (or 0xAC698C) is known color: Tapestry. HEX triplet: AC, 69 and 8C. RGB value is (172,105,140). Sum of RGB (Red+Green+Blue) = 172+105+140=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC698C is #539673. Grayscale: #808080. Windows color (decimal): -5478004 or 9202092. OLE color: 9202092.

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

Color convert

RGB 172 105 140 -
CMYK 0 0.39 0.19 0.33
HSL 328.66º 0.29% 0.54% -
HSV(B) 328.66º 0.39% 0.67% -
XYZ 26.8 20.77 27.41 -
YUV 129.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 172 105 140 0 0.39 0.19 0.33 328.66 0.29 0.54
Hex AC 69 8C 0 27 13 21 149 1D 36
Octal 254 151 214 0 47 23 41 511 35 66
Binary 10101100 1101001 10001100 0 100111 10011 100001 101001001 11101 110110

Color Harmonies of #AC698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC698C

Black with #AC698C

Text Example


Text Example

White with #AC698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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