#A38C50

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

Shades of Teak #A38C50

Tints of Teak #A38C50

Color information

#A38C50 (or 0xA38C50) is unknown color: approx Teak. HEX triplet: A3, 8C and 50. RGB value is (163,140,80). Sum of RGB (Red+Green+Blue) = 163+140+80=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C50 is #5C73AF. Grayscale: #8C8C8C. Windows color (decimal): -6058928 or 5278883. OLE color: 5278883.

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

Color convert

RGB16314080-
CMYK00.140.510.36
HSL43.37º34.16%47.65%-
HSV(B)43.37º50.92%63.92%-
XYZ25.9327.1211.46-
YUV140.0494.12144.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=42.56%
G=36.55%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631408000.140.510.3643.3734.1647.65
HexA38C500E33242b2230
Octal2432141200166344534260
Binary1010001110001100101000001110110011100100101011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C50; }

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

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

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

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

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

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

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

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