#AC845A

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

Shades of Teak #AC845A

Tints of Teak #AC845A

Color information

#AC845A (or 0xAC845A) is unknown color: approx Teak. HEX triplet: AC, 84 and 5A. RGB value is (172,132,90). Sum of RGB (Red+Green+Blue) = 172+132+90=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC845A is #537BA5. Grayscale: #8B8B8B. Windows color (decimal): -5471142 or 5932204. OLE color: 5932204.

HSL color Cylindrical-coordinate representation of color #AC845A: hue angle of 30.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC845A is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17213290-
CMYK00.230.480.33
HSL30.73º33.06%51.37%-
HSV(B)30.73º47.67%67.45%-
XYZ27.1126.0113.26-
YUV139.17100.25151.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=43.65%
G=33.50%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721329000.230.480.3330.7333.0651.37
HexAC845A01730211f2133
Octal2542041320276041374163
Binary1010110010000100101101001011111000010000111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC845A; }

 p { color: rgb(172,132,90); }

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

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

 a { background-color: rgb(172,132,90); }

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

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

 span { border-color: rgb(172,132,90); }

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