#a08c5f

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

Shades of Teak #A08C5F

Tints of Teak #A08C5F

Color information

#A08C5F (or 0xA08C5F) is unknown color: approx Teak. HEX triplet: A0, 8C and 5F. RGB value is (160,140,95). Sum of RGB (Red+Green+Blue) = 160+140+95=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C5F is #5F73A0. Grayscale: #8D8D8D. Windows color (decimal): -6255521 or 6261920. OLE color: 6261920.

HSL color Cylindrical-coordinate representation of color #A08C5F: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A08C5F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB16014095-
CMYK00.120.410.37
HSL41.54º25.49%50%-
HSV(B)41.54º40.62%62.75%-
XYZ25.9427.0614.68-
YUV140.85102.13141.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=40.51%
G=35.44%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601409500.120.410.3741.5425.4950
HexA08C5F0C29252a1932
Octal2402141370145145523162
Binary101000001000110010111110110010100110010110101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08c5f; }

 p { color: rgb(160,140,95); }

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

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

 a { background-color: rgb(160,140,95); }

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

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

 span { border-color: rgb(160,140,95); }

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