Html Css Color HEX #AC838C Tapestry

📋 copy color: '#AC838C'

red 172 ◦ green 131 ◦ blue 140

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

Shades of Tapestry #AC838C

Tints of Tapestry #AC838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.57%

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

R = 38.83%
G = 29.57%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC838C (or 0xAC838C) is known color: Tapestry. HEX triplet: AC, 83 and 8C. RGB value is (172,131,140). Sum of RGB (Red+Green+Blue) = 172+131+140=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC838C is #537C73. Grayscale: #909090. Windows color (decimal): -5471348 or 9208748. OLE color: 9208748.

HSL color Cylindrical-coordinate representation of color #AC838C: hue angle of 346.83º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC838C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 140 -
CMYK 0 0.24 0.19 0.33
HSL 346.83º 0.2% 0.59% -
HSV(B) 346.83º 0.24% 0.67% -
XYZ 29.86 26.9 28.43 -
YUV 144.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 172 131 140 0 0.24 0.19 0.33 346.83 0.2 0.59
Hex AC 83 8C 0 18 13 21 15B 14 3B
Octal 254 203 214 0 30 23 41 533 24 73
Binary 10101100 10000011 10001100 0 11000 10011 100001 101011011 10100 111011

Color Harmonies of #AC838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC838C

Black with #AC838C

Text Example


Text Example

White with #AC838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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