#AC928D

Color #AC928D Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #AC928D

Tints of Thatch #AC928D

Color information

#AC928D (or 0xAC928D) is unknown color: approx Thatch. HEX triplet: AC, 92 and 8D. RGB value is (172,146,141). Sum of RGB (Red+Green+Blue) = 172+146+141=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC928D is #536D72. Grayscale: #999999. Windows color (decimal): -5467507 or 9278124. OLE color: 9278124.

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

Color convert

RGB172146141-
CMYK00.150.180.33
HSL9.68º15.74%61.37%-
HSV(B)9.68º18.02%67.45%-
XYZ32.131.2529.54-
YUV153.2121.11141.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=37.47%
G=31.81%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214614100.150.180.339.6815.7461.37
HexAC928D0F1221a103d
Octal2542222150172241122075
Binary1010110010010010100011010111110010100001101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC928D; }

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

 H1.HeaderClassName
 {
   color: #AC928D;
 }
 .AnyTagClassName
 {
   color: #AC928D;
 }
</style>
background-color css

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

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

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

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

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

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