#A48F59

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

Shades of Teak #A48F59

Tints of Teak #A48F59

Color information

#A48F59 (or 0xA48F59) is unknown color: approx Teak. HEX triplet: A4, 8F and 59. RGB value is (164,143,89). Sum of RGB (Red+Green+Blue) = 164+143+89=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F59 is #5B70A6. Grayscale: #8F8F8F. Windows color (decimal): -5992615 or 5869476. OLE color: 5869476.

HSL color Cylindrical-coordinate representation of color #A48F59: hue angle of 43.2º 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 #A48F59 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16414389-
CMYK00.130.460.36
HSL43.2º29.64%49.61%-
HSV(B)43.2º45.73%64.31%-
XYZ26.9428.2613.49-
YUV143.1297.46142.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=41.41%
G=36.11%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641438900.130.460.3643.229.6449.61
HexA48F590D2E242b1e32
Octal2442171310155644533662
Binary101001001000111110110010110110111010010010101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F59; }

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

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

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

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

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

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

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

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