#A88C5A

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

Shades of Teak #A88C5A

Tints of Teak #A88C5A

Color information

#A88C5A (or 0xA88C5A) is unknown color: approx Teak. HEX triplet: A8, 8C and 5A. RGB value is (168,140,90). Sum of RGB (Red+Green+Blue) = 168+140+90=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C5A is #5773A5. Grayscale: #8E8E8E. Windows color (decimal): -5731238 or 5934248. OLE color: 5934248.

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

Color convert

RGB16814090-
CMYK00.170.460.34
HSL38.46º30.95%50.59%-
HSV(B)38.46º46.43%65.88%-
XYZ27.3727.8213.6-
YUV142.6798.28146.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=42.21%
G=35.18%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681409000.170.460.3438.4630.9550.59
HexA88C5A0112E22261f33
Octal2502141320215642463763
Binary1010100010001100101101001000110111010001010011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C5A; }

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

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

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

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

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

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

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

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