#A7885D

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

Shades of Teak #A7885D

Tints of Teak #A7885D

Color information

#A7885D (or 0xA7885D) is unknown color: approx Teak. HEX triplet: A7, 88 and 5D. RGB value is (167,136,93). Sum of RGB (Red+Green+Blue) = 167+136+93=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7885D is #5877A2. Grayscale: #8C8C8C. Windows color (decimal): -5797795 or 6129831. OLE color: 6129831.

HSL color Cylindrical-coordinate representation of color #A7885D: hue angle of 34.86º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7885D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16713693-
CMYK00.190.440.35
HSL34.86º29.6%50.98%-
HSV(B)34.86º44.31%65.49%-
XYZ26.7226.6114.08-
YUV140.37101.27147-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=42.17%
G=34.34%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671369300.190.440.3534.8629.650.98
HexA7885D0132C23231e33
Octal2472101350235443433663
Binary1010011110001000101110101001110110010001110001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7885D; }

 p { color: rgb(167,136,93); }

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

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

 a { background-color: rgb(167,136,93); }

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

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

 span { border-color: rgb(167,136,93); }

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