#A18A4E

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

Shades of Teak #A18A4E

Tints of Teak #A18A4E

Color information

#A18A4E (or 0xA18A4E) is unknown color: approx Teak. HEX triplet: A1, 8A and 4E. RGB value is (161,138,78). Sum of RGB (Red+Green+Blue) = 161+138+78=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A4E is #5E75B1. Grayscale: #8A8A8A. Windows color (decimal): -6190514 or 5147297. OLE color: 5147297.

HSL color Cylindrical-coordinate representation of color #A18A4E: hue angle of 43.37º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A18A4E is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB16113878-
CMYK00.140.520.37
HSL43.37º34.73%46.86%-
HSV(B)43.37º51.55%63.14%-
XYZ25.1626.310.96-
YUV138.0494.12144.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=42.71%
G=36.60%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611387800.140.520.3743.3734.7346.86
HexA18A4E0E34252b232f
Octal2412121160166445534357
Binary1010000110001010100111001110110100100101101011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A4E; }

 p { color: rgb(161,138,78); }

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

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

 a { background-color: rgb(161,138,78); }

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

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

 span { border-color: rgb(161,138,78); }

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