#A88F5A

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

Shades of Teak #A88F5A

Tints of Teak #A88F5A

Color information

#A88F5A (or 0xA88F5A) is unknown color: approx Teak. HEX triplet: A8, 8F and 5A. RGB value is (168,143,90). Sum of RGB (Red+Green+Blue) = 168+143+90=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F5A is #5770A5. Grayscale: #909090. Windows color (decimal): -5730470 or 5935016. OLE color: 5935016.

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

Color convert

RGB16814390-
CMYK00.150.460.34
HSL40.77º30.95%50.59%-
HSV(B)40.77º46.43%65.88%-
XYZ27.8228.7113.75-
YUV144.4397.28144.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=41.90%
G=35.66%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681439000.150.460.3440.7730.9550.59
HexA88F5A0F2E22291f33
Octal2502171320175642513763
Binary101010001000111110110100111110111010001010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F5A; }

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

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

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

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

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

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

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

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