#A48E60

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

Shades of Teak #A48E60

Tints of Teak #A48E60

Color information

#A48E60 (or 0xA48E60) is unknown color: approx Teak. HEX triplet: A4, 8E and 60. RGB value is (164,142,96). Sum of RGB (Red+Green+Blue) = 164+142+96=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E60 is #5B719F. Grayscale: #8F8F8F. Windows color (decimal): -5992864 or 6327972. OLE color: 6327972.

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

Color convert

RGB16414296-
CMYK00.130.410.36
HSL40.59º27.2%50.98%-
HSV(B)40.59º41.46%64.31%-
XYZ27.0928.0815.06-
YUV143.33101.29142.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=40.80%
G=35.32%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641429600.130.410.3640.5927.250.98
HexA48E600D2924291b33
Octal2442161400155144513363
Binary101001001000111011000000110110100110010010100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E60; }

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

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

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

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

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

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

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

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