#A38B57

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

Shades of Teak #A38B57

Tints of Teak #A38B57

Color information

#A38B57 (or 0xA38B57) is unknown color: approx Teak. HEX triplet: A3, 8B and 57. RGB value is (163,139,87). Sum of RGB (Red+Green+Blue) = 163+139+87=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B57 is #5C74A8. Grayscale: #8C8C8C. Windows color (decimal): -6059177 or 5737379. OLE color: 5737379.

HSL color Cylindrical-coordinate representation of color #A38B57: hue angle of 41.05º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A38B57 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16313987-
CMYK00.150.470.36
HSL41.05º30.4%49.02%-
HSV(B)41.05º46.63%63.92%-
XYZ26.0626.9412.84-
YUV140.2597.95144.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=41.90%
G=35.73%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631398700.150.470.3641.0530.449.02
HexA38B570F2F24291e31
Octal2432131270175744513661
Binary101000111000101110101110111110111110010010100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B57; }

 p { color: rgb(163,139,87); }

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

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

 a { background-color: rgb(163,139,87); }

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

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

 span { border-color: rgb(163,139,87); }

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