#AC928F

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

Shades of Thatch #AC928F

Tints of Thatch #AC928F

Color information

#AC928F (or 0xAC928F) is unknown color: approx Thatch. HEX triplet: AC, 92 and 8F. RGB value is (172,146,143). Sum of RGB (Red+Green+Blue) = 172+146+143=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC928F is #536D70. Grayscale: #999999. Windows color (decimal): -5467505 or 9409196. OLE color: 9409196.

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

Color convert

RGB172146143-
CMYK00.150.170.33
HSL6.21º14.87%61.76%-
HSV(B)6.21º16.86%67.45%-
XYZ32.2531.3130.33-
YUV153.43122.11141.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=37.31%
G=31.67%
B=31.02%

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
Decimal17214614300.150.170.336.2114.8761.76
HexAC928F0F11216f3e
Octal254222217017214161776
Binary10101100100100101000111101111100011000011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC928F; }

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

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

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

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

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

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

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

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