#A38E58

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

Shades of Teak #A38E58

Tints of Teak #A38E58

Color information

#A38E58 (or 0xA38E58) is unknown color: approx Teak. HEX triplet: A3, 8E and 58. RGB value is (163,142,88). Sum of RGB (Red+Green+Blue) = 163+142+88=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E58 is #5C71A7. Grayscale: #8E8E8E. Windows color (decimal): -6058408 or 5803683. OLE color: 5803683.

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

Color convert

RGB16314288-
CMYK00.130.460.36
HSL43.2º29.88%49.22%-
HSV(B)43.2º46.01%63.92%-
XYZ26.5427.8413.21-
YUV142.1297.46142.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=41.48%
G=36.13%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631428800.130.460.3643.229.8849.22
HexA38E580D2E242b1e31
Octal2432161300155644533661
Binary101000111000111010110000110110111010010010101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E58; }

 p { color: rgb(163,142,88); }

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

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

 a { background-color: rgb(163,142,88); }

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

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

 span { border-color: rgb(163,142,88); }

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