Html Css Color HEX #AC697A Tapestry

📋 copy color: '#AC697A'

red 172 ◦ green 105 ◦ blue 122

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

Shades of Tapestry #AC697A

Tints of Tapestry #AC697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 43.11%
G = 26.32%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC697A (or 0xAC697A) is known color: Tapestry. HEX triplet: AC, 69 and 7A. RGB value is (172,105,122). Sum of RGB (Red+Green+Blue) = 172+105+122=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC697A is #539685. Grayscale: #7E7E7E. Windows color (decimal): -5478022 or 8022444. OLE color: 8022444.

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

Color convert

RGB 172 105 122 -
CMYK 0 0.39 0.29 0.33
HSL 344.78º 0.29% 0.54% -
HSV(B) 344.78º 0.39% 0.67% -
XYZ 25.58 20.28 20.98 -
YUV 126.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 172 105 122 0 0.39 0.29 0.33 344.78 0.29 0.54
Hex AC 69 7A 0 27 1D 21 159 1D 36
Octal 254 151 172 0 47 35 41 531 35 66
Binary 10101100 1101001 1111010 0 100111 11101 100001 101011001 11101 110110

Color Harmonies of #AC697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC697A

Black with #AC697A

Text Example


Text Example

White with #AC697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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