#A48B59

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

Shades of Teak #A48B59

Tints of Teak #A48B59

Color information

#A48B59 (or 0xA48B59) is unknown color: approx Teak. HEX triplet: A4, 8B and 59. RGB value is (164,139,89). Sum of RGB (Red+Green+Blue) = 164+139+89=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B59 is #5B74A6. Grayscale: #8C8C8C. Windows color (decimal): -5993639 or 5868452. OLE color: 5868452.

HSL color Cylindrical-coordinate representation of color #A48B59: hue angle of 40º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A48B59 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16413989-
CMYK00.150.460.36
HSL40º29.64%49.61%-
HSV(B)40º45.73%64.31%-
XYZ26.3527.0813.29-
YUV140.7798.78144.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=41.84%
G=35.46%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641398900.150.460.364029.6449.61
HexA48B590F2E24281e32
Octal2442131310175644503662
Binary101001001000101110110010111110111010010010100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B59; }

 p { color: rgb(164,139,89); }

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

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

 a { background-color: rgb(164,139,89); }

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

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

 span { border-color: rgb(164,139,89); }

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