#A48C59

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

Shades of Teak #A48C59

Tints of Teak #A48C59

Color information

#A48C59 (or 0xA48C59) is unknown color: approx Teak. HEX triplet: A4, 8C and 59. RGB value is (164,140,89). Sum of RGB (Red+Green+Blue) = 164+140+89=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C59 is #5B73A6. Grayscale: #8D8D8D. Windows color (decimal): -5993383 or 5868708. OLE color: 5868708.

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

Color convert

RGB16414089-
CMYK00.150.460.36
HSL40.8º29.64%49.61%-
HSV(B)40.8º45.73%64.31%-
XYZ26.4927.3713.34-
YUV141.3698.45144.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=41.73%
G=35.62%
B=22.65%

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
Decimal1641408900.150.460.3640.829.6449.61
HexA48C590F2E24291e32
Octal2442141310175644513662
Binary101001001000110010110010111110111010010010100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C59; }

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

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

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

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

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

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

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

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