#A38D4E

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

Shades of Teak #A38D4E

Tints of Teak #A38D4E

Color information

#A38D4E (or 0xA38D4E) is unknown color: approx Teak. HEX triplet: A3, 8D and 4E. RGB value is (163,141,78). Sum of RGB (Red+Green+Blue) = 163+141+78=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D4E is #5C72B1. Grayscale: #8C8C8C. Windows color (decimal): -6058674 or 5148067. OLE color: 5148067.

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

Color convert

RGB16314178-
CMYK00.130.520.36
HSL44.47º35.27%47.25%-
HSV(B)44.47º52.15%63.92%-
XYZ2627.3911.12-
YUV140.492.79144.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=42.67%
G=36.91%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631417800.130.520.3644.4735.2747.25
HexA38D4E0D34242c232f
Octal2432151160156444544357
Binary1010001110001101100111001101110100100100101100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D4E; }

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

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

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

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

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

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

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

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