#A38E53

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

Shades of Teak #A38E53

Tints of Teak #A38E53

Color information

#A38E53 (or 0xA38E53) is unknown color: approx Teak. HEX triplet: A3, 8E and 53. RGB value is (163,142,83). Sum of RGB (Red+Green+Blue) = 163+142+83=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E53 is #5C71AC. Grayscale: #8D8D8D. Windows color (decimal): -6058413 or 5476003. OLE color: 5476003.

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

Color convert

RGB16314283-
CMYK00.130.490.36
HSL44.25º32.52%48.24%-
HSV(B)44.25º49.08%63.92%-
XYZ26.3427.7612.15-
YUV141.5594.96143.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=42.01%
G=36.60%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631428300.130.490.3644.2532.5248.24
HexA38E530D31242c2130
Octal2432161230156144544160
Binary1010001110001110101001101101110001100100101100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E53; }

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

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

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

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

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

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

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

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