#A48E51

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

Shades of Teak #A48E51

Tints of Teak #A48E51

Color information

#A48E51 (or 0xA48E51) is unknown color: approx Teak. HEX triplet: A4, 8E and 51. RGB value is (164,142,81). Sum of RGB (Red+Green+Blue) = 164+142+81=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E51 is #5B71AE. Grayscale: #8D8D8D. Windows color (decimal): -5992879 or 5344932. OLE color: 5344932.

HSL color Cylindrical-coordinate representation of color #A48E51: hue angle of 44.1º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A48E51 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16414281-
CMYK00.130.510.36
HSL44.1º33.88%48.04%-
HSV(B)44.1º50.61%64.31%-
XYZ26.4727.8311.76-
YUV141.6293.79143.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=42.38%
G=36.69%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641428100.130.510.3644.133.8848.04
HexA48E510D33242c2230
Octal2442161210156344544260
Binary1010010010001110101000101101110011100100101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E51; }

 p { color: rgb(164,142,81); }

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

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

 a { background-color: rgb(164,142,81); }

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

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

 span { border-color: rgb(164,142,81); }

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