#A48E56

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

Shades of Teak #A48E56

Tints of Teak #A48E56

Color information

#A48E56 (or 0xA48E56) is unknown color: approx Teak. HEX triplet: A4, 8E and 56. RGB value is (164,142,86). Sum of RGB (Red+Green+Blue) = 164+142+86=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E56 is #5B71A9. Grayscale: #8E8E8E. Windows color (decimal): -5992874 or 5672612. OLE color: 5672612.

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

Color convert

RGB16414286-
CMYK00.130.480.36
HSL43.08º31.2%49.02%-
HSV(B)43.08º47.56%64.31%-
XYZ26.6627.9112.79-
YUV142.1996.29143.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=41.84%
G=36.22%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641428600.130.480.3643.0831.249.02
HexA48E560D30242b1f31
Octal2442161260156044533761
Binary101001001000111010101100110111000010010010101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E56; }

 p { color: rgb(164,142,86); }

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

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

 a { background-color: rgb(164,142,86); }

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

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

 span { border-color: rgb(164,142,86); }

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