#AC8A88

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

Shades of Thatch #AC8A88

Tints of Thatch #AC8A88

Color information

#AC8A88 (or 0xAC8A88) is unknown color: approx Thatch. HEX triplet: AC, 8A and 88. RGB value is (172,138,136). Sum of RGB (Red+Green+Blue) = 172+138+136=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A88 is #537577. Grayscale: #939393. Windows color (decimal): -5469560 or 8948396. OLE color: 8948396.

HSL color Cylindrical-coordinate representation of color #AC8A88: hue angle of 3.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 #AC8A88 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB172138136-
CMYK00.200.210.33
HSL3.33º17.82%60.39%-
HSV(B)3.33º20.93%67.45%-
XYZ30.5528.7327.23-
YUV147.94121.26145.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=38.57%
G=30.94%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213813600.200.210.333.3317.8260.39
HexAC8A8801415213123c
Octal254212210024254132274
Binary101011001000101010001000010100101011000011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A88; }

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

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

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

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

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

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

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

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