#A1875B

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

Shades of Teak #A1875B

Tints of Teak #A1875B

Color information

#A1875B (or 0xA1875B) is unknown color: approx Teak. HEX triplet: A1, 87 and 5B. RGB value is (161,135,91). Sum of RGB (Red+Green+Blue) = 161+135+91=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1875B is #5E78A4. Grayscale: #898989. Windows color (decimal): -6191269 or 5998497. OLE color: 5998497.

HSL color Cylindrical-coordinate representation of color #A1875B: hue angle of 37.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1875B is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16113591-
CMYK00.160.430.37
HSL37.71º27.78%49.41%-
HSV(B)37.71º43.48%63.14%-
XYZ25.2525.6613.52-
YUV137.76101.61144.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=41.60%
G=34.88%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611359100.160.430.3737.7127.7849.41
HexA1875B0102B25261c31
Octal2412071330205345463461
Binary1010000110000111101101101000010101110010110011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1875B; }

 p { color: rgb(161,135,91); }

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

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

 a { background-color: rgb(161,135,91); }

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

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

 span { border-color: rgb(161,135,91); }

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