#A48B60

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

Shades of Teak #A48B60

Tints of Teak #A48B60

Color information

#A48B60 (or 0xA48B60) is unknown color: approx Teak. HEX triplet: A4, 8B and 60. RGB value is (164,139,96). Sum of RGB (Red+Green+Blue) = 164+139+96=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B60 is #5B749F. Grayscale: #8D8D8D. Windows color (decimal): -5993632 or 6327204. OLE color: 6327204.

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

Color convert

RGB16413996-
CMYK00.150.410.36
HSL37.94º27.2%50.98%-
HSV(B)37.94º41.46%64.31%-
XYZ26.6527.214.91-
YUV141.57102.28144-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=41.10%
G=34.84%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641399600.150.410.3637.9427.250.98
HexA48B600F2924261b33
Octal2442131400175144463363
Binary101001001000101111000000111110100110010010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B60; }

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

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

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

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

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

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

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

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