#A38D50

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

Shades of Teak #A38D50

Tints of Teak #A38D50

Color information

#A38D50 (or 0xA38D50) is unknown color: approx Teak. HEX triplet: A3, 8D and 50. RGB value is (163,141,80). Sum of RGB (Red+Green+Blue) = 163+141+80=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D50 is #5C72AF. Grayscale: #8C8C8C. Windows color (decimal): -6058672 or 5279139. OLE color: 5279139.

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

Color convert

RGB16314180-
CMYK00.130.510.36
HSL44.1º34.16%47.65%-
HSV(B)44.1º50.92%63.92%-
XYZ26.0827.4211.51-
YUV140.6293.79143.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=42.45%
G=36.72%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631418000.130.510.3644.134.1647.65
HexA38D500D33242c2230
Octal2432151200156344544260
Binary1010001110001101101000001101110011100100101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D50; }

 p { color: rgb(163,141,80); }

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

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

 a { background-color: rgb(163,141,80); }

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

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

 span { border-color: rgb(163,141,80); }

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