#A3885B

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

Shades of Teak #A3885B

Tints of Teak #A3885B

Color information

#A3885B (or 0xA3885B) is unknown color: approx Teak. HEX triplet: A3, 88 and 5B. RGB value is (163,136,91). Sum of RGB (Red+Green+Blue) = 163+136+91=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3885B is #5C77A4. Grayscale: #8B8B8B. Windows color (decimal): -6059941 or 5998755. OLE color: 5998755.

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

Color convert

RGB16313691-
CMYK00.170.440.36
HSL37.5º28.35%49.8%-
HSV(B)37.5º44.17%63.92%-
XYZ25.826.1513.59-
YUV138.94100.95145.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=41.79%
G=34.87%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631369100.170.440.3637.528.3549.8
HexA3885B0112C24261c32
Octal2432101330215444463462
Binary1010001110001000101101101000110110010010010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3885B; }

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

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

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

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

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

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

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

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