#A48B5A

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

Shades of Teak #A48B5A

Tints of Teak #A48B5A

Color information

#A48B5A (or 0xA48B5A) is unknown color: approx Teak. HEX triplet: A4, 8B and 5A. RGB value is (164,139,90). Sum of RGB (Red+Green+Blue) = 164+139+90=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B5A is #5B74A5. Grayscale: #8D8D8D. Windows color (decimal): -5993638 or 5933988. OLE color: 5933988.

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

Color convert

RGB16413990-
CMYK00.150.450.36
HSL39.73º29.13%49.8%-
HSV(B)39.73º45.12%64.31%-
XYZ26.3927.113.51-
YUV140.8999.28144.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=41.73%
G=35.37%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641399000.150.450.3639.7329.1349.8
HexA48B5A0F2D24281d32
Octal2442131320175544503562
Binary101001001000101110110100111110110110010010100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B5A; }

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

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

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

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

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

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

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

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