#AC928C

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

Shades of Thatch #AC928C

Tints of Thatch #AC928C

Color information

#AC928C (or 0xAC928C) is unknown color: approx Thatch. HEX triplet: AC, 92 and 8C. RGB value is (172,146,140). Sum of RGB (Red+Green+Blue) = 172+146+140=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC928C is #536D73. Grayscale: #999999. Windows color (decimal): -5467508 or 9212588. OLE color: 9212588.

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

Color convert

RGB172146140-
CMYK00.150.190.33
HSL11.25º16.16%61.18%-
HSV(B)11.25º18.6%67.45%-
XYZ32.0331.2229.15-
YUV153.09120.61141.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 146 (57.42% from 255) = 31.88%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=37.55%
G=31.88%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214614000.150.190.3311.2516.1661.18
HexAC928C0F1321b103d
Octal2542222140172341132075
Binary1010110010010010100011000111110011100001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC928C; }

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

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

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

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

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

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

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

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