#A38D53

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

Shades of Teak #A38D53

Tints of Teak #A38D53

Color information

#A38D53 (or 0xA38D53) is unknown color: approx Teak. HEX triplet: A3, 8D and 53. RGB value is (163,141,83). Sum of RGB (Red+Green+Blue) = 163+141+83=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D53 is #5C72AC. Grayscale: #8D8D8D. Windows color (decimal): -6058669 or 5475747. OLE color: 5475747.

HSL color Cylindrical-coordinate representation of color #A38D53: hue angle of 43.5º 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 #A38D53 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16314183-
CMYK00.130.490.36
HSL43.5º32.52%48.24%-
HSV(B)43.5º49.08%63.92%-
XYZ26.1927.4612.1-
YUV140.9795.29143.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 83 (32.81% from 255) = 21.45%
R=42.12%
G=36.43%
B=21.45%

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
Decimal1631418300.130.490.3643.532.5248.24
HexA38D530D31242c2130
Octal2432151230156144544160
Binary1010001110001101101001101101110001100100101100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D53; }

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

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

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

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

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

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

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

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