#A48957

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

Shades of Teak #A48957

Tints of Teak #A48957

Color information

#A48957 (or 0xA48957) is unknown color: approx Teak. HEX triplet: A4, 89 and 57. RGB value is (164,137,87). Sum of RGB (Red+Green+Blue) = 164+137+87=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A48957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48957 is #5B76A8. Grayscale: #8B8B8B. Windows color (decimal): -5994153 or 5736868. OLE color: 5736868.

HSL color Cylindrical-coordinate representation of color #A48957: hue angle of 38.96º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A48957 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16413787-
CMYK00.160.470.36
HSL38.96º30.68%49.22%-
HSV(B)38.96º46.95%64.31%-
XYZ25.9826.4712.76-
YUV139.3798.45145.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=42.27%
G=35.31%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641378700.160.470.3638.9630.6849.22
HexA489570102F24271f31
Octal2442111270205744473761
Binary1010010010001001101011101000010111110010010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48957; }

 p { color: rgb(164,137,87); }

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

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

 a { background-color: rgb(164,137,87); }

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

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

 span { border-color: rgb(164,137,87); }

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