#A08958

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

Shades of Teak #A08958

Tints of Teak #A08958

Color information

#A08958 (or 0xA08958) is unknown color: approx Teak. HEX triplet: A0, 89 and 58. RGB value is (160,137,88). Sum of RGB (Red+Green+Blue) = 160+137+88=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A08958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08958 is #5F76A7. Grayscale: #8A8A8A. Windows color (decimal): -6256296 or 5802400. OLE color: 5802400.

HSL color Cylindrical-coordinate representation of color #A08958: hue angle of 40.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A08958 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16013788-
CMYK00.140.450.37
HSL40.83º29.03%48.63%-
HSV(B)40.83º45%62.75%-
XYZ25.226.0712.94-
YUV138.2999.62143.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=41.56%
G=35.58%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601378800.140.450.3740.8329.0348.63
HexA089580E2D25291d31
Octal2402111300165545513561
Binary101000001000100110110000111010110110010110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08958; }

 p { color: rgb(160,137,88); }

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

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

 a { background-color: rgb(160,137,88); }

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

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

 span { border-color: rgb(160,137,88); }

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