#A38D51

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

Shades of Teak #A38D51

Tints of Teak #A38D51

Color information

#A38D51 (or 0xA38D51) is unknown color: approx Teak. HEX triplet: A3, 8D and 51. RGB value is (163,141,81). Sum of RGB (Red+Green+Blue) = 163+141+81=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D51 is #5C72AE. Grayscale: #8D8D8D. Windows color (decimal): -6058671 or 5344675. OLE color: 5344675.

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

Color convert

RGB16314181-
CMYK00.130.500.36
HSL43.9º33.61%47.84%-
HSV(B)43.9º50.31%63.92%-
XYZ26.1127.4311.7-
YUV140.7494.29143.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=42.34%
G=36.62%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631418100.130.500.3643.933.6147.84
HexA38D510D32242c2230
Octal2432151210156244544260
Binary1010001110001101101000101101110010100100101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D51; }

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

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

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

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

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

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

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

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