#A9895E

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

Shades of Teak #A9895E

Tints of Teak #A9895E

Color information

#A9895E (or 0xA9895E) is unknown color: approx Teak. HEX triplet: A9, 89 and 5E. RGB value is (169,137,94). Sum of RGB (Red+Green+Blue) = 169+137+94=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A9895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9895E is #5676A1. Grayscale: #8D8D8D. Windows color (decimal): -5666466 or 6195625. OLE color: 6195625.

HSL color Cylindrical-coordinate representation of color #A9895E: hue angle of 34.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9895E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16913794-
CMYK00.190.440.34
HSL34.4º30.36%51.57%-
HSV(B)34.4º44.38%66.27%-
XYZ27.3327.1314.39-
YUV141.67101.1147.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=42.25%
G=34.25%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691379400.190.440.3434.430.3651.57
HexA9895E0132C22221e34
Octal2512111360235442423664
Binary1010100110001001101111001001110110010001010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9895E; }

 p { color: rgb(169,137,94); }

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

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

 a { background-color: rgb(169,137,94); }

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

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

 span { border-color: rgb(169,137,94); }

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