#A38557

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

Shades of Teak #A38557

Tints of Teak #A38557

Color information

#A38557 (or 0xA38557) is unknown color: approx Teak. HEX triplet: A3, 85 and 57. RGB value is (163,133,87). Sum of RGB (Red+Green+Blue) = 163+133+87=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38557 is #5C7AA8. Grayscale: #888888. Windows color (decimal): -6060713 or 5735843. OLE color: 5735843.

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

Color convert

RGB16313387-
CMYK00.180.470.36
HSL36.32º30.4%49.02%-
HSV(B)36.32º46.63%63.92%-
XYZ25.2125.2512.56-
YUV136.7399.94146.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=42.56%
G=34.73%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631338700.180.470.3636.3230.449.02
HexA385570122F24241e31
Octal2432051270225744443661
Binary1010001110000101101011101001010111110010010010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38557; }

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

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

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

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

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

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

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

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