#A88D5F

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

Shades of Teak #A88D5F

Tints of Teak #A88D5F

Color information

#A88D5F (or 0xA88D5F) is unknown color: approx Teak. HEX triplet: A8, 8D and 5F. RGB value is (168,141,95). Sum of RGB (Red+Green+Blue) = 168+141+95=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D5F is #5772A0. Grayscale: #909090. Windows color (decimal): -5730977 or 6262184. OLE color: 6262184.

HSL color Cylindrical-coordinate representation of color #A88D5F: hue angle of 37.81º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88D5F is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16814195-
CMYK00.160.430.34
HSL37.81º29.55%51.57%-
HSV(B)37.81º43.45%65.88%-
XYZ27.7428.214.81-
YUV143.83100.45145.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=41.58%
G=34.90%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681419500.160.430.3437.8129.5551.57
HexA88D5F0102B22261e34
Octal2502151370205342463664
Binary1010100010001101101111101000010101110001010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D5F; }

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

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

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

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

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

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

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

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