Html Css Color HEX #AC697D Tapestry

📋 copy color: '#AC697D'

red 172 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #AC697D

Tints of Tapestry #AC697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 42.79%
G = 26.12%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC697D (or 0xAC697D) is known color: Tapestry. HEX triplet: AC, 69 and 7D. RGB value is (172,105,125). Sum of RGB (Red+Green+Blue) = 172+105+125=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC697D is #539682. Grayscale: #7F7F7F. Windows color (decimal): -5478019 or 8219052. OLE color: 8219052.

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

Color convert

RGB 172 105 125 -
CMYK 0 0.39 0.27 0.33
HSL 342.09º 0.29% 0.54% -
HSV(B) 342.09º 0.39% 0.67% -
XYZ 25.77 20.35 21.97 -
YUV 127.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 172 105 125 0 0.39 0.27 0.33 342.09 0.29 0.54
Hex AC 69 7D 0 27 1B 21 156 1D 36
Octal 254 151 175 0 47 33 41 526 35 66
Binary 10101100 1101001 1111101 0 100111 11011 100001 101010110 11101 110110

Color Harmonies of #AC697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC697D

Black with #AC697D

Text Example


Text Example

White with #AC697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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