Html Css Color HEX #AC828B Tapestry

📋 copy color: '#AC828B'

red 172 ◦ green 130 ◦ blue 139

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

Shades of Tapestry #AC828B

Tints of Tapestry #AC828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 39%
G = 29.48%
B = 31.52%

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

#AC828B (or 0xAC828B) is known color: Tapestry. HEX triplet: AC, 82 and 8B. RGB value is (172,130,139). Sum of RGB (Red+Green+Blue) = 172+130+139=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828B is #537D74. Grayscale: #8F8F8F. Windows color (decimal): -5471605 or 9142956. OLE color: 9142956.

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

Color convert

RGB 172 130 139 -
CMYK 0 0.24 0.19 0.33
HSL 347.14º 0.2% 0.59% -
HSV(B) 347.14º 0.24% 0.67% -
XYZ 29.66 26.6 28 -
YUV 143.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 172 130 139 0 0.24 0.19 0.33 347.14 0.2 0.59
Hex AC 82 8B 0 18 13 21 15B 14 3B
Octal 254 202 213 0 30 23 41 533 24 73
Binary 10101100 10000010 10001011 0 11000 10011 100001 101011011 10100 111011

Color Harmonies of #AC828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC828B

Black with #AC828B

Text Example


Text Example

White with #AC828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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