#A88D5B

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

Shades of Teak #A88D5B

Tints of Teak #A88D5B

Color information

#A88D5B (or 0xA88D5B) is unknown color: approx Teak. HEX triplet: A8, 8D and 5B. RGB value is (168,141,91). Sum of RGB (Red+Green+Blue) = 168+141+91=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D5B is #5772A4. Grayscale: #8F8F8F. Windows color (decimal): -5730981 or 6000040. OLE color: 6000040.

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

Color convert

RGB16814191-
CMYK00.160.460.34
HSL38.96º30.68%50.78%-
HSV(B)38.96º45.83%65.88%-
XYZ27.5628.1313.87-
YUV143.3798.45145.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=42%
G=35.25%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681419100.160.460.3438.9630.6850.78
HexA88D5B0102E22271f33
Octal2502151330205642473763
Binary1010100010001101101101101000010111010001010011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D5B; }

 p { color: rgb(168,141,91); }

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

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

 a { background-color: rgb(168,141,91); }

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

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

 span { border-color: rgb(168,141,91); }

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