#A8835A

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

Shades of Teak #A8835A

Tints of Teak #A8835A

Color information

#A8835A (or 0xA8835A) is unknown color: approx Teak. HEX triplet: A8, 83 and 5A. RGB value is (168,131,90). Sum of RGB (Red+Green+Blue) = 168+131+90=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8835A is #577CA5. Grayscale: #898989. Windows color (decimal): -5733542 or 5931944. OLE color: 5931944.

HSL color Cylindrical-coordinate representation of color #A8835A: hue angle of 31.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8835A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16813190-
CMYK00.220.460.34
HSL31.54º30.95%50.59%-
HSV(B)31.54º46.43%65.88%-
XYZ26.1125.313.18-
YUV137.39101.26149.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=43.19%
G=33.68%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681319000.220.460.3431.5430.9550.59
HexA8835A0162E22201f33
Octal2502031320265642403763
Binary1010100010000011101101001011010111010001010000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8835A; }

 p { color: rgb(168,131,90); }

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

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

 a { background-color: rgb(168,131,90); }

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

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

 span { border-color: rgb(168,131,90); }

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