#A18A4C

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

Shades of Teak #A18A4C

Tints of Teak #A18A4C

Color information

#A18A4C (or 0xA18A4C) is unknown color: approx Teak. HEX triplet: A1, 8A and 4C. RGB value is (161,138,76). Sum of RGB (Red+Green+Blue) = 161+138+76=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A4C is #5E75B3. Grayscale: #8A8A8A. Windows color (decimal): -6190516 or 5016225. OLE color: 5016225.

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

Color convert

RGB16113876-
CMYK00.140.530.37
HSL43.76º35.86%46.47%-
HSV(B)43.76º52.8%63.14%-
XYZ25.0926.2810.59-
YUV137.8193.12144.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 76 (30.08% from 255) = 20.27%
R=42.93%
G=36.8%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611387600.140.530.3743.7635.8646.47
HexA18A4C0E35252c242e
Octal2412121140166545544456
Binary1010000110001010100110001110110101100101101100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A4C; }

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

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

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

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

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

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

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

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