#A38F59

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

Shades of Teak #A38F59

Tints of Teak #A38F59

Color information

#A38F59 (or 0xA38F59) is unknown color: approx Teak. HEX triplet: A3, 8F and 59. RGB value is (163,143,89). Sum of RGB (Red+Green+Blue) = 163+143+89=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F59 is #5C70A6. Grayscale: #8F8F8F. Windows color (decimal): -6058151 or 5869475. OLE color: 5869475.

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

Color convert

RGB16314389-
CMYK00.120.450.36
HSL43.78º29.37%49.41%-
HSV(B)43.78º45.4%63.92%-
XYZ26.7328.1513.48-
YUV142.8297.63142.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=41.27%
G=36.20%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631438900.120.450.3643.7829.3749.41
HexA38F590C2D242c1d31
Octal2432171310145544543561
Binary101000111000111110110010110010110110010010110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F59; }

 p { color: rgb(163,143,89); }

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

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

 a { background-color: rgb(163,143,89); }

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

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

 span { border-color: rgb(163,143,89); }

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