#A48954

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

Shades of Teak #A48954

Tints of Teak #A48954

Color information

#A48954 (or 0xA48954) is unknown color: approx Teak. HEX triplet: A4, 89 and 54. RGB value is (164,137,84). Sum of RGB (Red+Green+Blue) = 164+137+84=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A48954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48954 is #5B76AB. Grayscale: #8B8B8B. Windows color (decimal): -5994156 or 5540260. OLE color: 5540260.

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

Color convert

RGB16413784-
CMYK00.160.490.36
HSL39.75º32.26%48.63%-
HSV(B)39.75º48.78%64.31%-
XYZ25.8626.4212.13-
YUV139.0396.95145.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=42.60%
G=35.58%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641378400.160.490.3639.7532.2648.63
HexA489540103124282031
Octal2442111240206144504061
Binary10100100100010011010100010000110001100100101000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48954; }

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

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

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

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

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

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

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

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