#AC9088

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

Shades of Thatch #AC9088

Tints of Thatch #AC9088

Color information

#AC9088 (or 0xAC9088) is unknown color: approx Thatch. HEX triplet: AC, 90 and 88. RGB value is (172,144,136). Sum of RGB (Red+Green+Blue) = 172+144+136=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9088 is #536F77. Grayscale: #979797. Windows color (decimal): -5468024 or 8949932. OLE color: 8949932.

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

Color convert

RGB172144136-
CMYK00.160.210.33
HSL13.33º17.82%60.39%-
HSV(B)13.33º20.93%67.45%-
XYZ31.4330.4927.52-
YUV151.46119.28142.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=38.05%
G=31.86%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214413600.160.210.3313.3317.8260.39
HexAC90880101521d123c
Octal2542202100202541152274
Binary10101100100100001000100001000010101100001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9088; }

 p { color: rgb(172,144,136); }

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

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

 a { background-color: rgb(172,144,136); }

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

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

 span { border-color: rgb(172,144,136); }

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