#A3885C

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

Shades of Teak #A3885C

Tints of Teak #A3885C

Color information

#A3885C (or 0xA3885C) is unknown color: approx Teak. HEX triplet: A3, 88 and 5C. RGB value is (163,136,92). Sum of RGB (Red+Green+Blue) = 163+136+92=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3885C is #5C77A3. Grayscale: #8B8B8B. Windows color (decimal): -6059940 or 6064291. OLE color: 6064291.

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

Color convert

RGB16313692-
CMYK00.170.440.36
HSL37.18º27.84%50%-
HSV(B)37.18º43.56%63.92%-
XYZ25.8426.1713.81-
YUV139.06101.45145.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=41.69%
G=34.78%
B=23.53%

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
Decimal1631369200.170.440.3637.1827.8450
HexA3885C0112C24251c32
Octal2432101340215444453462
Binary1010001110001000101110001000110110010010010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3885C; }

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

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

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

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

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

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

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

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