#A09358

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

Shades of Teak #A09358

Tints of Teak #A09358

Color information

#A09358 (or 0xA09358) is unknown color: approx Teak. HEX triplet: A0, 93 and 58. RGB value is (160,147,88). Sum of RGB (Red+Green+Blue) = 160+147+88=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A09358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09358 is #5F6CA7. Grayscale: #909090. Windows color (decimal): -6253736 or 5804960. OLE color: 5804960.

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

Color convert

RGB16014788-
CMYK00.080.450.37
HSL49.17º29.03%48.63%-
HSV(B)49.17º45%62.75%-
XYZ26.6929.0513.43-
YUV144.1696.31139.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=40.51%
G=37.22%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601478800.080.450.3749.1729.0348.63
HexA09358082D25311d31
Octal2402231300105545613561
Binary101000001001001110110000100010110110010111000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09358; }

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

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

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

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

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

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

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

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