#A48955

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

Shades of Teak #A48955

Tints of Teak #A48955

Color information

#A48955 (or 0xA48955) is unknown color: approx Teak. HEX triplet: A4, 89 and 55. RGB value is (164,137,85). Sum of RGB (Red+Green+Blue) = 164+137+85=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A48955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48955 is #5B76AA. Grayscale: #8B8B8B. Windows color (decimal): -5994155 or 5605796. OLE color: 5605796.

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

Color convert

RGB16413785-
CMYK00.160.480.36
HSL39.49º31.73%48.82%-
HSV(B)39.49º48.17%64.31%-
XYZ25.926.4412.33-
YUV139.1497.45145.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=42.49%
G=35.49%
B=22.02%

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
Decimal1641378500.160.480.3639.4931.7348.82
HexA489550103024272031
Octal2442111250206044474061
Binary10100100100010011010101010000110000100100100111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48955; }

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

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

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

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

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

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

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

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