#A3875C

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

Shades of Teak #A3875C

Tints of Teak #A3875C

Color information

#A3875C (or 0xA3875C) is unknown color: approx Teak. HEX triplet: A3, 87 and 5C. RGB value is (163,135,92). Sum of RGB (Red+Green+Blue) = 163+135+92=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3875C is #5C78A3. Grayscale: #8A8A8A. Windows color (decimal): -6060196 or 6064035. OLE color: 6064035.

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

Color convert

RGB16313592-
CMYK00.170.440.36
HSL36.34º27.84%50%-
HSV(B)36.34º43.56%63.92%-
XYZ25.725.8913.77-
YUV138.47101.78145.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=41.79%
G=34.62%
B=23.59%

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
Decimal1631359200.170.440.3636.3427.8450
HexA3875C0112C24241c32
Octal2432071340215444443462
Binary1010001110000111101110001000110110010010010010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3875C; }

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

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

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

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

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

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

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

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