#A58854

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

Shades of Teak #A58854

Tints of Teak #A58854

Color information

#A58854 (or 0xA58854) is unknown color: approx Teak. HEX triplet: A5, 88 and 54. RGB value is (165,136,84). Sum of RGB (Red+Green+Blue) = 165+136+84=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A58854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58854 is #5A77AB. Grayscale: #8A8A8A. Windows color (decimal): -5928876 or 5540005. OLE color: 5540005.

HSL color Cylindrical-coordinate representation of color #A58854: hue angle of 38.52º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A58854 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16513684-
CMYK00.180.490.35
HSL38.52º32.53%48.82%-
HSV(B)38.52º49.09%64.71%-
XYZ25.9226.2512.09-
YUV138.7497.11146.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=42.86%
G=35.32%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651368400.180.490.3538.5232.5348.82
HexA588540123123272131
Octal2452101240226143474161
Binary10100101100010001010100010010110001100011100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58854; }

 p { color: rgb(165,136,84); }

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

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

 a { background-color: rgb(165,136,84); }

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

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

 span { border-color: rgb(165,136,84); }

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