#A38D52

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

Shades of Teak #A38D52

Tints of Teak #A38D52

Color information

#A38D52 (or 0xA38D52) is unknown color: approx Teak. HEX triplet: A3, 8D and 52. RGB value is (163,141,82). Sum of RGB (Red+Green+Blue) = 163+141+82=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D52 is #5C72AD. Grayscale: #8D8D8D. Windows color (decimal): -6058670 or 5410211. OLE color: 5410211.

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

Color convert

RGB16314182-
CMYK00.130.500.36
HSL43.7º33.06%48.04%-
HSV(B)43.7º49.69%63.92%-
XYZ26.1527.4511.9-
YUV140.8594.79143.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=42.23%
G=36.53%
B=21.24%

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
Decimal1631418200.130.500.3643.733.0648.04
HexA38D520D32242c2130
Octal2432151220156244544160
Binary1010001110001101101001001101110010100100101100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D52; }

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

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

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

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

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

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

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

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