#A88A4E

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

Shades of Teak #A88A4E

Tints of Teak #A88A4E

Color information

#A88A4E (or 0xA88A4E) is unknown color: approx Teak. HEX triplet: A8, 8A and 4E. RGB value is (168,138,78). Sum of RGB (Red+Green+Blue) = 168+138+78=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A4E is #5775B1. Grayscale: #8C8C8C. Windows color (decimal): -5731762 or 5147304. OLE color: 5147304.

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

Color convert

RGB16813878-
CMYK00.180.540.34
HSL40º36.59%48.24%-
HSV(B)40º53.57%65.88%-
XYZ26.6127.0511.03-
YUV140.1392.94147.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=43.75%
G=35.94%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681387800.180.540.344036.5948.24
HexA88A4E0123622282530
Octal2502121160226642504560
Binary10101000100010101001110010010110110100010101000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A4E; }

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

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

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

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

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

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

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

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