#A9845B

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

Shades of Teak #A9845B

Tints of Teak #A9845B

Color information

#A9845B (or 0xA9845B) is unknown color: approx Teak. HEX triplet: A9, 84 and 5B. RGB value is (169,132,91). Sum of RGB (Red+Green+Blue) = 169+132+91=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9845B is #567BA4. Grayscale: #8A8A8A. Windows color (decimal): -5667749 or 5997737. OLE color: 5997737.

HSL color Cylindrical-coordinate representation of color #A9845B: hue angle of 31.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9845B is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16913291-
CMYK00.220.460.34
HSL31.54º31.2%50.98%-
HSV(B)31.54º46.15%66.27%-
XYZ26.525.6913.46-
YUV138.39101.26149.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 91 (35.94% from 255) = 23.21%
R=43.11%
G=33.67%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691329100.220.460.3431.5431.250.98
HexA9845B0162E22201f33
Octal2512041330265642403763
Binary1010100110000100101101101011010111010001010000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9845B; }

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

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

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

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

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

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

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

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