#AC9690

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

Shades of Thatch #AC9690

Tints of Thatch #AC9690

Color information

#AC9690 (or 0xAC9690) is unknown color: approx Thatch. HEX triplet: AC, 96 and 90. RGB value is (172,150,144). Sum of RGB (Red+Green+Blue) = 172+150+144=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9690 is #53696F. Grayscale: #9B9B9B. Windows color (decimal): -5466480 or 9475756. OLE color: 9475756.

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

Color convert

RGB172150144-
CMYK00.130.160.33
HSL12.86º14.43%61.96%-
HSV(B)12.86º16.28%67.45%-
XYZ32.9532.630.94-
YUV155.89121.29139.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=36.91%
G=32.19%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215014400.130.160.3312.8614.4361.96
HexAC96900D1021de3e
Octal2542262200152041151676
Binary101011001001011010010000011011000010000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9690; }

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

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

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

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

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

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

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

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