#A48956

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

Shades of Teak #A48956

Tints of Teak #A48956

Color information

#A48956 (or 0xA48956) is unknown color: approx Teak. HEX triplet: A4, 89 and 56. RGB value is (164,137,86). Sum of RGB (Red+Green+Blue) = 164+137+86=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A48956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48956 is #5B76A9. Grayscale: #8B8B8B. Windows color (decimal): -5994154 or 5671332. OLE color: 5671332.

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

Color convert

RGB16413786-
CMYK00.160.480.36
HSL39.23º31.2%49.02%-
HSV(B)39.23º47.56%64.31%-
XYZ25.9426.4612.54-
YUV139.2697.95145.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=42.38%
G=35.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641378600.160.480.3639.2331.249.02
HexA489560103024271f31
Octal2442111260206044473761
Binary1010010010001001101011001000011000010010010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48956; }

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

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

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

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

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

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

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

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