#A08858

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

Shades of Teak #A08858

Tints of Teak #A08858

Color information

#A08858 (or 0xA08858) is unknown color: approx Teak. HEX triplet: A0, 88 and 58. RGB value is (160,136,88). Sum of RGB (Red+Green+Blue) = 160+136+88=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A08858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08858 is #5F77A7. Grayscale: #898989. Windows color (decimal): -6256552 or 5802144. OLE color: 5802144.

HSL color Cylindrical-coordinate representation of color #A08858: hue angle of 40º 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 #A08858 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16013688-
CMYK00.150.450.37
HSL40º29.03%48.63%-
HSV(B)40º45%62.75%-
XYZ25.0625.7912.89-
YUV137.799.95143.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=41.67%
G=35.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601368800.150.450.374029.0348.63
HexA088580F2D25281d31
Octal2402101300175545503561
Binary101000001000100010110000111110110110010110100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08858; }

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

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

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

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

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

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

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

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