#A38A50

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

Shades of Teak #A38A50

Tints of Teak #A38A50

Color information

#A38A50 (or 0xA38A50) is unknown color: approx Teak. HEX triplet: A3, 8A and 50. RGB value is (163,138,80). Sum of RGB (Red+Green+Blue) = 163+138+80=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A50 is #5C75AF. Grayscale: #8B8B8B. Windows color (decimal): -6059440 or 5278371. OLE color: 5278371.

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

Color convert

RGB16313880-
CMYK00.150.510.36
HSL41.93º34.16%47.65%-
HSV(B)41.93º50.92%63.92%-
XYZ25.6426.5411.36-
YUV138.8694.78145.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=42.78%
G=36.22%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631388000.150.510.3641.9334.1647.65
HexA38A500F33242a2230
Octal2432121200176344524260
Binary1010001110001010101000001111110011100100101010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A50; }

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

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

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

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

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

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

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

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