#A08951

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

Shades of Teak #A08951

Tints of Teak #A08951

Color information

#A08951 (or 0xA08951) is unknown color: approx Teak. HEX triplet: A0, 89 and 51. RGB value is (160,137,81). Sum of RGB (Red+Green+Blue) = 160+137+81=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A08951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08951 is #5F76AE. Grayscale: #898989. Windows color (decimal): -6256303 or 5343648. OLE color: 5343648.

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

Color convert

RGB16013781-
CMYK00.140.490.37
HSL42.53º32.78%47.25%-
HSV(B)42.53º49.38%62.75%-
XYZ24.9325.9611.48-
YUV137.4996.12144.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=42.33%
G=36.24%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601378100.140.490.3742.5332.7847.25
HexA089510E31252b212f
Octal2402111210166145534157
Binary1010000010001001101000101110110001100101101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08951; }

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

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

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

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

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

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

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

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