#A3885E

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

Shades of Teak #A3885E

Tints of Teak #A3885E

Color information

#A3885E (or 0xA3885E) is unknown color: approx Teak. HEX triplet: A3, 88 and 5E. RGB value is (163,136,94). Sum of RGB (Red+Green+Blue) = 163+136+94=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3885E is #5C77A1. Grayscale: #8B8B8B. Windows color (decimal): -6059938 or 6195363. OLE color: 6195363.

HSL color Cylindrical-coordinate representation of color #A3885E: hue angle of 36.52º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3885E is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16313694-
CMYK00.170.420.36
HSL36.52º27.27%50.39%-
HSV(B)36.52º42.33%63.92%-
XYZ25.9326.214.28-
YUV139.28102.45144.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=41.48%
G=34.61%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631369400.170.420.3636.5227.2750.39
HexA3885E0112A24251b32
Octal2432101360215244453362
Binary1010001110001000101111001000110101010010010010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3885E; }

 p { color: rgb(163,136,94); }

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

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

 a { background-color: rgb(163,136,94); }

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

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

 span { border-color: rgb(163,136,94); }

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