Html Css Color HEX #AC738D Tapestry

📋 copy color: '#AC738D'

red 172 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #AC738D

Tints of Tapestry #AC738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.87%

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

R = 40.19%
G = 26.87%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC738D (or 0xAC738D) is known color: Tapestry. HEX triplet: AC, 73 and 8D. RGB value is (172,115,141). Sum of RGB (Red+Green+Blue) = 172+115+141=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC738D is #538C72. Grayscale: #868686. Windows color (decimal): -5475443 or 9270188. OLE color: 9270188.

HSL color Cylindrical-coordinate representation of color #AC738D: hue angle of 332.63º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC738D is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 141 -
CMYK 0 0.33 0.18 0.33
HSL 332.63º 0.26% 0.56% -
HSV(B) 332.63º 0.33% 0.67% -
XYZ 27.95 22.96 28.16 -
YUV 135.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 172 115 141 0 0.33 0.18 0.33 332.63 0.26 0.56
Hex AC 73 8D 0 21 12 21 14D 1A 38
Octal 254 163 215 0 41 22 41 515 32 70
Binary 10101100 1110011 10001101 0 100001 10010 100001 101001101 11010 111000

Color Harmonies of #AC738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC738D

Black with #AC738D

Text Example


Text Example

White with #AC738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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