#A88A59

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

Shades of Teak #A88A59

Tints of Teak #A88A59

Color information

#A88A59 (or 0xA88A59) is unknown color: approx Teak. HEX triplet: A8, 8A and 59. RGB value is (168,138,89). Sum of RGB (Red+Green+Blue) = 168+138+89=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A59 is #5775A6. Grayscale: #8D8D8D. Windows color (decimal): -5731751 or 5868200. OLE color: 5868200.

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

Color convert

RGB16813889-
CMYK00.180.470.34
HSL37.22º31.23%50.39%-
HSV(B)37.22º47.02%65.88%-
XYZ27.0427.2213.28-
YUV141.3898.44146.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=42.53%
G=34.94%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681388900.180.470.3437.2231.2350.39
HexA88A590122F22251f32
Octal2502121310225742453762
Binary1010100010001010101100101001010111110001010010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A59; }

 p { color: rgb(168,138,89); }

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

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

 a { background-color: rgb(168,138,89); }

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

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

 span { border-color: rgb(168,138,89); }

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