#A48659

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

Shades of Teak #A48659

Tints of Teak #A48659

Color information

#A48659 (or 0xA48659) is unknown color: approx Teak. HEX triplet: A4, 86 and 59. RGB value is (164,134,89). Sum of RGB (Red+Green+Blue) = 164+134+89=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A48659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48659 is #5B79A6. Grayscale: #8A8A8A. Windows color (decimal): -5994919 or 5867172. OLE color: 5867172.

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

Color convert

RGB16413489-
CMYK00.180.460.36
HSL36º29.64%49.61%-
HSV(B)36º45.73%64.31%-
XYZ25.6425.6613.05-
YUV137.84100.44146.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=42.38%
G=34.63%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641348900.180.460.363629.6449.61
HexA486590122E24241e32
Octal2442061310225644443662
Binary1010010010000110101100101001010111010010010010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48659; }

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

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

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

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

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

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

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

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