Html Css Color HEX #AC828C Tapestry

📋 copy color: '#AC828C'

red 172 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #AC828C

Tints of Tapestry #AC828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

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

R = 38.91%
G = 29.41%
B = 31.67%

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

#AC828C (or 0xAC828C) is known color: Tapestry. HEX triplet: AC, 82 and 8C. RGB value is (172,130,140). Sum of RGB (Red+Green+Blue) = 172+130+140=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828C is #537D73. Grayscale: #8F8F8F. Windows color (decimal): -5471604 or 9208492. OLE color: 9208492.

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

Color convert

RGB 172 130 140 -
CMYK 0 0.24 0.19 0.33
HSL 345.71º 0.2% 0.59% -
HSV(B) 345.71º 0.24% 0.67% -
XYZ 29.73 26.63 28.38 -
YUV 143.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 172 130 140 0 0.24 0.19 0.33 345.71 0.2 0.59
Hex AC 82 8C 0 18 13 21 15A 14 3B
Octal 254 202 214 0 30 23 41 532 24 73
Binary 10101100 10000010 10001100 0 11000 10011 100001 101011010 10100 111011

Color Harmonies of #AC828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC828C

Black with #AC828C

Text Example


Text Example

White with #AC828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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