#A3875D

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

Shades of Teak #A3875D

Tints of Teak #A3875D

Color information

#A3875D (or 0xA3875D) is unknown color: approx Teak. HEX triplet: A3, 87 and 5D. RGB value is (163,135,93). Sum of RGB (Red+Green+Blue) = 163+135+93=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3875D is #5C78A2. Grayscale: #8A8A8A. Windows color (decimal): -6060195 or 6129571. OLE color: 6129571.

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

Color convert

RGB16313593-
CMYK00.170.430.36
HSL36º27.56%50.2%-
HSV(B)36º42.94%63.92%-
XYZ25.7425.914-
YUV138.58102.28145.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=41.69%
G=34.53%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631359300.170.430.363627.5650.2
HexA3875D0112B24241c32
Octal2432071350215344443462
Binary1010001110000111101110101000110101110010010010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3875D; }

 p { color: rgb(163,135,93); }

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

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

 a { background-color: rgb(163,135,93); }

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

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

 span { border-color: rgb(163,135,93); }

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