#AC845B

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

Shades of Teak #AC845B

Tints of Teak #AC845B

Color information

#AC845B (or 0xAC845B) is unknown color: approx Teak. HEX triplet: AC, 84 and 5B. RGB value is (172,132,91). Sum of RGB (Red+Green+Blue) = 172+132+91=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC845B is #537BA4. Grayscale: #8B8B8B. Windows color (decimal): -5471141 or 5997740. OLE color: 5997740.

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

Color convert

RGB17213291-
CMYK00.230.470.33
HSL30.37º32.79%51.57%-
HSV(B)30.37º47.09%67.45%-
XYZ27.1526.0313.49-
YUV139.29100.75151.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=43.54%
G=33.42%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721329100.230.470.3330.3732.7951.57
HexAC845B0172F211e2134
Octal2542041330275741364164
Binary1010110010000100101101101011110111110000111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC845B; }

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

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

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

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

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

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

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

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