#AC928E

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

Shades of Thatch #AC928E

Tints of Thatch #AC928E

Color information

#AC928E (or 0xAC928E) is unknown color: approx Thatch. HEX triplet: AC, 92 and 8E. RGB value is (172,146,142). Sum of RGB (Red+Green+Blue) = 172+146+142=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC928E is #536D71. Grayscale: #999999. Windows color (decimal): -5467506 or 9343660. OLE color: 9343660.

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

Color convert

RGB172146142-
CMYK00.150.170.33
HSL15.31%61.57%-
HSV(B)17.44%67.45%-
XYZ32.1731.2829.93-
YUV153.32121.61141.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=37.39%
G=31.74%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214614200.150.170.33815.3161.57
HexAC928E0F11218f3e
Octal2542222160172141101776
Binary101011001001001010001110011111000110000110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC928E; }

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

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

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

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

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

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

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

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